Home Forums WoodMart support forum Issue With FontAwesome

Issue With FontAwesome

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

    nivs
    Participant

    Got this weird problem after the last update.
    Some FontAwesome icons are not working in the “Single Product Page”

    The “Forst FontAwesome 5” option is turned on.

    I don’t know why it is necessary to add the “fa fa-” in the class attribute of those elements automatically. If you wouldn’t add it the problem would have been solved.

    #281803

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .menu-item .fa,
    .menu-item .fas {
    	font-family: 'Font Awesome 5 Free' !important;
    }

    This issue also will be fixed in the next theme update.

    Regards

    #281943

    nivs
    Participant

    Solved, thanks

    #281957

    Bogdan Donovan
    Keymaster

    You are welcome!

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