XenForo Add Font icon to Widget Block

Marks-Man

Loyal Member
sure that it's a widget.
88G0BKo.png

id, key and definition have only in adminCP, but your css not working for me
2CoXI0j.png


CSS:
.block[data-widget-key="sitelinks"] h3:before {
content: "\F0339";
}

there no changes

if i gonna trying to get css from ": :before" element, changes will apply for all default widget icons...

Hi
PM me website link or post link so I can check the problem.

It is missing this add the following to same code

font-family: 'Font Awesome 5 Pro';
 

alodda

Loyal Member
Registered
an example I use for the ban block add in extra.less

Code:
[data-widget-key="ban"] h3.block-minorHeader:before {
display: inline-block;
padding-right: 5px;
.m-faBase();
.m-faContent(@fa-var-angry);
}
 
  • Tags
    add font icon to widget block font icon to display widgets icon font to display widgets tips add font icon to widget block tips icon font to display widgets xenforo add font icon to widget block xenforo icon font to display widgets yips icon font to display widgets
  • Back
    Top Bottom