Change Wishlist Icon and Name
-
Hi, I would like to change the wishlist name and heart icon to something else.
Like Bookmark instead of wishlist. Add to bookmarks etc.
What would be the best way to achieve this?
Hello,
You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.
As for the icon, please find the icon on this source https://fontawesome.com/icons?d=gallery or upload icon image into Media library and provide the link, I will provide custom CSS. Please advise if you want to change the Wishlist in the Header only or in the grid and on the product page.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-wishlist-info-widget .wishlist-icon:before,
body .wd-action-btn.wd-wishlist-btn>a:before{
font-family: 'Font Awesome 5 Free';
content: "\f02e";
font-weight: 900;
}
Best Regards
Hi Elise, I did everything on Loco Translate but the add to wishlist word is still there. Not sure where it appears but it doesn’t translate it.
PLEASE help….No matter what I do, I can’t find where to translate the Add to wishlist. see below.
Hello,
You have provided access to the login URL, provide access to site admin.
Best Regards
Hello,
Try to download the latest archive with our theme and take the woodmart/languages/woodmart.pot file and replace it in your theme. Then click the “Sync” button in Loco Translate plugin.
Kind Regards