Home Forums WoodMart support forum Change icon in empty wishlist page

Change icon in empty wishlist page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #381107

    discopegre
    Participant

    Hi, how can I change the wishlist empty heart icon? i’ve tried with the fallow code but unsuccessful:

    body .wd-empty-wishlist:before{
    font-family: ‘Font Awesome 5 Free’;
    content: “\f787”;
    }

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

    Hello,

    Please replace the CSS you added with the following then check back.

    .wd-empty-wishlist:before {
    content: “\f787”;
    font-family: “Font Awesome 5 Free”;
    font-weight: 600 !important;
    }

    Then Go to Theme Settings >> Performance >> Fonts & Icons and enable the option.

    Screenshot: https://gyazo.com/25aaa6991cb1ebef529b55882d42287c

    Best Regards

    #382208

    discopegre
    Participant

    Still nothing. I’ve done the modifications but seems the theme doesn’t accept them;

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

    Hello,

    It seems that There are Syntax Errors in the Custom CSS area. Please make sure that there are no Syntax errors then check back.

    If it still doesn’t work then provide the admin panel login details of the website.

    Best Regards

    #382803

    discopegre
    Participant

    I can’t find the font awesome files in my theme folder, I think that is the problem.

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

    Hello,

    Please share the WP admin login details of your site so I will check and solve the issue.

    Best Regards.

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