Home Forums Themes Support Claue how to let the hover no need change to become gray

Viewing 2 reply threads
  • Author
    Posts
    • #19227
      Anonymous

      how to let the hover no need change to become gray

    • #19259

      Hi,

      Please add below code

      .product-image a.db::before {
      	background: rgba(0, 0, 0, 0.1);
      }

      change 0,0,0 as RGB and 0.1 as opacity from 0.0-1.0

      Best regards

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

    • #19260

      Sorry i wrong

      Please use the code

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

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

Viewing 2 reply threads

You must be logged in to reply to this topic.