Home Forums WoodMart support forum How to change compare icon in every part of theme? Reply To: How to change compare icon in every part of theme?

#286817

luzhabo
Participant

I need font-awesome balance-scale icon
<i class=”fas fa-balance-scale”></i>
to replace every compare icon in theme.

How to use it from theme Font Awesome library?

I try this but its not working!
.wd-compare-icon>a:before {
content: “\f24e”;
font-family: “Font Awesome 5 Free”
}

Attachments:
You must be logged in to view attached files.