Home › Forums › WoodMart support forum › A few customization questions… Help? › Reply To: A few customization questions… Help?
September 18, 2018 at 3:16 pm
#77802
Elise Noromit
Member
Hello,
In order to remove hover styles you need duplicate the same styles to both :link and :hover.
Here is the code to hide icons whishlist and My account
.menu-item-wishlist .woodmart-wishlist-info-widget .wishlist-icon{
display:none!important;
}
.menu-item-my-account a:before{
display:none!important;
}
As for mobile menu. Navigate to Header builder, switch to the mobile view and add the category menu into the mobile menu element.
Best Regards