This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Olga Barlow
Hi,
1. How do I get the categories to appear on hovering over the products/ shop tab on the menu? I have checked Appearance > Menu and cannot see the categories I have created.
2. How can change the icon for wishlist?
Thanks in advance.
Hello,
1) Use Screen Options to get Product categories menu item http://prntscr.com/edxs08
If you want to show the list of the product categories on the hover of the product image it requires additional customization because we don’t have such type of hover effect. You can just enable categories below the product image in Theme Option > E-Commerce > Products Page Layout > Product Categories > On.
2) You can do this by some customization of CSS styles
.icon-like_outline:before {
content: "your_value";
font-family: 'your_icon_font';
}
.footer-product .yith-wcwl-add-button a.add_to_wishlist:before, .footer-product .yith-wcwl-wishlistexistsbrowse a:before, .footer-product .yith-wcwl-wishlistaddedbrowse a:before {
content: "\e908";
font-family: 'xstore-icons';
}
etc depending on place where you want to change it.
Regards
You must be logged in to reply to this topic.Log in/Sign up