Home Forums Basel support forum How to turn of 'Hover on Product' image-switch effect?

How to turn of 'Hover on Product' image-switch effect?

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

    csterg
    Participant

    Most ‘Hover on product’ effects switch the product image displayed, if there are more than one images/media on a product. I would like to be able to have products with multiple images/media, but i don’t want these to be displayed when user hovers (categories/shop page) – I only want these to be visible when the user goes to the product page.

    How can i turn of this switch of images? I know there are some ‘hover on product’ effects that do not switch images, but i would like to use some of the other effects but without switching the actual image.
    Thanks

    #6319

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    Try to add this code snippet to the Custom CSS area in Theme Settings and this effect will be disabled

    .hover-img {
        display: none!important;
    }

    Regards

    #6325

    csterg
    Participant

    That did the trick, thank you!

    #6330

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘How to turn of 'Hover on Product' image-switch effect?’ is closed to new replies.