Tagged: 

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

    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!

    • This topic was modified 6 years, 6 months ago by Chiuhn.
    #956969

    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

    #962917

    Hi Ismael,

    We’ve got it working now!

    Thank you so much for your help!!

    #963767

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.