This topic has 10 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi, can you tell me how to remove the Wishlist bar on Product Image hover?
It’s the black bar that shows up a the bottom of product image here: http://furnimaxx.com/toko_furniture_kantor/ when you mouseover a product image.
I have gone to: Theme Options > Products Page Layout > Product Image Hover > Disable
I have also unchecked the option of: Woocommerce > Settings > Wishlist > Enable YITH Wishlist
the Wishlist bar still appear on image hover.
Please help me remove it, thanks a lot 😀
Hello,
Please add this code into custom.css file.
.product-image-wrapper .footer-product{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
hi robert, thanks for helping:)
i’ve added the code to custom.css but nothing changes. can you please help me again?
thanks for your time:)
Hello,
As I see the wishlist icon is removed:
http://imgur.com/PtWS5j5
Please clear your browser cache and check again.
Thank you.
Regards,
Eva Kemp.
hi eva, yup, the wishlist icon were removed.
what i meant is that how to remove the hover element entirely, including the black bottom bar that shows up when we mouseover a product picture?
Hello,
Please add this code in custom.css file:
.product-image-wrapper:hover .footer-product {
display: none !important;
}
Thank you.
Regards,
Eva Kemp.
hi eva, i’ve added the code, but the black bar still showed up when i hover the product image.
can you please help check again? thanks a lot:)
Hello,
It’s not showing for me.
Please try to clear your browser cache or check it with other browser.
Thank you.
Regards,
Eva Kemp.
yup, it’s gone now.
thanks a lot eva, you’re the best 😀
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘How do I remove the Wishlist bar on Product Image hover?’' has been successfully resolved, and the topic is now closed for further responses