Home Forums Themes Support Claue Need to change the product name, variations, price, button & social icons color

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #25213

      Hello sir., I’ve Posted the screenshots of where to change the colour

      Change colour for product variations. -> https://ibb.co/bVgSBz
      Change colour for the product name -> https://ibb.co/nA3DjK
      Change colour for the price -> https://ibb.co/bDQ4rz
      Change background colour for the button & hover background colour for the button -> https://ibb.co/j6i2de
      Change colour for the social icons -> https://ibb.co/eDHjrz

       

    • #25237

      Hi,

      You can change color of these by add below code to Claue > Theme Option > General Layout > Custom CSS

      .product-image .product-attr {
      	color: #fff;
      }
      .products.metro .product-info h3 a {
      	color: #fff;
      }
      .products.metro .price del {
      	color: #878787;
      }
      .product-image .product-btn .btn-quickview,
      .product-image .product-btn .button, 
      .product-image .added_to_cart {
      	background: #fff;
      	color: #222;
      }
      .product-image .product-btn .btn-quickview:hover,
      .product-image .product-btn .button:hover, 
      .product-image .added_to_cart:hover {
      	background: #222;
      	color: #fff;
      }
      .jas-social a {
      	color: #000;
      }

      and change #fff, #222, #000 with your color

      Regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.