Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #427221

    Hi Kriesi Team,

    I want to deactive the hoover effect on woocommerce product detail, because i activate the zoom magnifier. I try with this Quick CSS but don’t work.

    .single-post span.image_overlay_effect {
    display: none!important;
    }
    

    You Can help me?

    thank u

    #427709

    Hey Julian Andres!

    Try this out.

    .image-overlay { display: none !important; }
    

    Best regards,
    Elliott

    #427822

    Thanks for fast and effective support.
    The hover Effect has disabled but the magnifier zoom is back to the cart and Qty buttons, its possible send to back theese buttons ?

    Attach Screen
    Problem Impr Pant

    again I appreciate your support.

    Reggards

    #427838

    Hey!

    Please add following code to Quick CSS as well

    .zoomContainer {
      z-index: 9999!important;
    }

    And if you would like to hide the overlay only on single product page, please use the code i posted here – https://kriesi.at/support/topic/eliminar-efecto-hover/#post-427646
    Also, please do not create duplicated threads :)

    Cheers!
    Yigit

    #428023

    Thank You .
    The best support team.

    I use too the code to hide the overlay on single product. Thank you Yigit.

    Sorry for duplicate.

    Regards.

    #428650

    Hey!

    Great, glad you got it fixed.

    Best regards,
    Rikard

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