Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1441656

    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

    #1441662

    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

    #1441927

    That fixed it. Thank you

    #1441943

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Product grid text mouseover’ is closed to new replies.