Home Forums WoodMart support forum Change Stock Icon

Change Stock Icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316339

    EliteCenter
    Participant

    Hi, I’ve been trying to change the stock icon on the theme to another one, but even if I use the font awesome codes, it wont recognize it. (see the atachment), I need to see a list of icons or codes to change the one that’s being shown there, where can I see that list or how can I change the icon?

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

    Hello,

    You can try using icons from the following link:
    https://fontawesome.com/v5/cheatsheet

    You need to use the font family to “Font Awesome 5 Free” then the icons will work.

    Best Regards

    #316836

    EliteCenter
    Participant

    Where do I use that “font family” to “font awesome 5 free”?

    #316916

    Hello,

    You need to use the font family in the Custom CSS you use to change the icon.

    The CSS will be like the following:

    p.stock.in-stock:before {
        content: "\f534";
        font-family: 'Font Awesome 5 Free';
        color: #047f3c;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)