Home Forums WoodMart support forum Custom ICONS on Dashboard icons menu vanished after UPDATE…

Custom ICONS on Dashboard icons menu vanished after UPDATE…

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #175402

    FeelGoodFibers
    Participant

    I’m using code recommended by Xtemos, for example:

    .woodmart-my-account-links .customer-logout-link a:before {
    content: “\f08b” !important;
    font-family: FontAwesome !important;
    }

    Now, I can’t figure how out how to display custom icons. I have tried setting the font awesome library setting to “always use” but that did not work.

    Thanks

    #175405

    FeelGoodFibers
    Participant

    I have solved the issue by changing

    font-family:”FontAwesome”;

    to

    font-family: “Font Awesome 5 Free”

    Now it works!

    #175408

    Bogdan Donovan
    Keymaster

    Great, we are glad that you have found the solution. If you have any questions please feel free to contact us.

    Best Regards

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