How to add custom icon in widget?

XenForo How to add custom icon in widget?

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

How to add custom icon in widget? - Styling and customization questions

272130-3ba11d0355a85ab94856223d1eaff5c4.png

Less:
.p-body-sidebar [data-widget-id="56"] .block-container
{       
background-image:url("path_to_image");
    padding-top:50px;
    background-size:50px 50px;
    background-position:center top;
    background-repeat:no-repeat;
}

Read more about this resource...
 
Back
Top Bottom