Home Forums Themes Support Gecko Removing hovering and "quick view" on products

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #6934

      Hi,

      How do I remove the hover effects when hovering over a product? When I hover over a product it displays “Quick view”, “Add to cart” and “Add to wishlist”. I’d preferably like to remove the whole hover function.

      Thanks!

    • #6950

      Hi Axel,

      Thank you for choosing our theme.

      You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS

      .product-image:hover .product-button > *,
      .product-image:hover .db:before {
      display: none;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #6990

      You’re welcome.

      Feel free contact us again if you have any further question.

      Have a great day!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

      • #7268

        Hi Harry,

        Thank you for the help earlier, it worked on all the products on the front page. However I noticed that when I go into “shop” where the full shop is, the hovering function is still there. I attached an image of how it looks and an image of the code I got from Google Chrome.

        How do I solve this?

        Appreciative of the help, thanks!

        Attachments:
        You must be logged in to view attached files.
    • #7277

      Hi,

      You can solve this issue by go to JanStudio > Theme Option > WooCommerce > Product Listing Setting > Hover Style > Select Style 2.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #8755

      Hi

      I would like to do the same but just remove the hover options on mobile site and keep quick view, wish list, add to cart on desktop version

      thank you in advance

      • #8760

        Hi subcity,

        You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS

        @media only screen and (max-width: 960px) {
        .product-image:hover .product-button > *,
        .product-image:hover .db:before {
        display: none;
        }
        }

        Best regards

        Harry
        Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 4 reply threads

You must be logged in to reply to this topic.