I see that the icons that are used for comparison, wishlist, size guide are added as pseudo code via the CSS content statement
I tried to replace the original icon provided by WoodMart with another icon code from the Font Awesome 5 libary. I also enabled Font Awesome support in the settings.
Font Awesome Libary → Always use it
This is not my prefered way, but before thinking about optimization I need to get it work at first.
.wd-sizeguide-icon>a:before {
content: “\f080”;
}
Whatever I try, no icon will show up.
What am I doing wrong here and what can I do to replace those default icons?
Attachments:
You must be
logged in to view attached files.