Change icon in empty wishlist page
-
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.
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
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.
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
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.
Hello,
Please share the WP admin login details of your site so I will check and solve the issue.
Best Regards.