Tagged: Product hover
Hi,
I’m aware of the ability to turn on the product hover option. This option is currently turned off, but my question is in regards to the Product Title & Price on the listing pages: When I turn on product hover option, is it possible to hide the Product Title & Price until the user hovers over the product? I’d like the next photo in the set, the Title, and the Price to appear together when hovered.
For reference, we’re looking for something like this: https://www.gucci.com/us/en/ca/women/womens-ready-to-wear/womens-dresses-c-women-readytowear-dresses
Thanks so much for your continued help!
Hey Chiuhn,
Thank you for using Enfold.
Yes, that’s possible. Please try this css code.
#top .inner_product_header, #top .inner_product .avia_cart_buttons {
opacity: 0;
}
#top .inner_product:hover .inner_product_header, #top .inner_product:hover .avia_cart_buttons {
opacity: 1;
}
Best regards,
Ismael
Hi Ismael,
We’ve got it working now!
Thank you so much for your help!!