Hi
How can I have the text overlay on top of an image in the woocommerce product grid and product slider display only on mouse over? Currently the text is overlaid on the image by default.
Thanks
Hey Yory,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .av-product-class-minimal-overlay .inner_product_header {
opacity: 0;
}
#top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header {
opacity: 1;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
That fixed it. Thank you
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike