ResolvedTurn off hover effect when hovering over product category listings

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29401

    Hi, when I display a list of product categories on a page, the theme creates a hover effect. If I hover over a product category, the other product categories in the listing go very blurry. I can’t seem to be able to turn this off in the theme options.

    Can you show me where the setting is, or provide a code snippet to turn it off? Thank you!

    #29407
    Althemist
    Keymaster

    Hi raoul_k@hotmail.co.uk,

    I am afraid there is no setting for this. The only way to “disable” the effect would be with custom CSS. Something like this:

    html.no-touch .rigid_bw_filter div.product-category.product img, html.no-touch div.product-category.product.rigid_bw_filter img {
        -webkit-filter:  none !important;
        filter: none !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register