Home Forums Themes Support Gecko disable quick view

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #31231

      Hi, where I can disable the product quick view when over on it.

      Thanks

    • #31232

      Hi Conver,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .product-button .btn-quickview {
      	display: none;
      }

      Kind regards

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

    • #31235

      thanks but it works with:

      .product-image .btn-quickview{
      display: none;
      }

      but I want hide de over efect when mouse in img. I want remove the white-grey shape.

      thanks

    • #31239

      Hi Conver,

      Please add more code

      .product-image .db::before {
      	display: none;
      }

      Regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.