Home Forums Themes Support Claue sale price color

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #24349

      Hi,

      How can we change the sale price color to #d1951d instead of the red?

       

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

      Hi,

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

      .price ins {
      	color: #d1951d;
      }

      Kind regards

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

    • #24353

      Thank you!

      It workerd 🙂

    • #24355

      How can we have the same color on sale prices on the product page?

      It is only shown in the selected color on the shop page.

      https://lyki.dk/product/dea-kudibal-bluse-marlene/

    • #24358

      Hi,

      Please change prev code to

      .price-review .price ins,
      .price ins {
      	color: #d1951d;
      }

      Kind regards

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

    • #24363

      Thank you so much!

      That looks great!

Viewing 5 reply threads

You must be logged in to reply to this topic.