Home Forums Themes Support Claue Theme Changes

Viewing 5 reply threads
  • Author
    Posts
    • #33231

      Hello there, please can you assist with changes on my site running Claue WordPress theme.

      1. I need for the sale text on products to be changed to the following color, #68371b.
      2. The sale badge needs to be hidden for sale products.

      I have a few other custom css codes added to my theme as well.

    • #33236

      Hi,

      Please remove this comment https://prnt.sc/ouoq9u it not correct.

      For CSS comment please use

      /* You comment here */

      Kind regards

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

    • #33237
      This reply has been marked as private.
    • #33240

      Hi,

      To hide sale badge, please add code in Claue > Theme Option > General Layout > Custom CSS

      .badge span.onsale {
      	display: none;
      }

      To change color please use code

      .badge span.onsale {
      	color: #68371b;
      }

      I don’t understand why you want to hide while change text color.

      Kind regards

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

    • #33272
      This reply has been marked as private.
    • #33280

      Hi,

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

      .price ins {
      	color: #68371b;
      }

      You support expired, Please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new feature and improve our theme.

      Thanks and regards

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

Viewing 5 reply threads

You must be logged in to reply to this topic.