Home Forums Themes Support Claue Change backgrond colour on button

Viewing 1 reply thread
  • Author
    Posts
    • #9202

      Hi, I want to change the background button colour of ‘select options’ and ‘add to cart’ on catalogue page when makes hover on product.

       

      thanks

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

      Hi,

      You can add custom css in Claue > Theme Option > General Layout > Custom CSS

      .product-image .product-btn .button:hover,
      .product-image .product-btn .btn-quickview:hover {
      color: #fff;
      background: #222;
      }

      and change #222 with your color

      Best 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.