Home Forums Themes Support Claue Changing Colour of Badges (sale, hot, new etc )

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #25212

      Hi,

      how can I change the colour of these badges as well as the colour of certain menus and selected subcategories?

       

      Thank you

    • #25223

      Hi,

      1. For the badge please add below code to Claue > Theme Option > General Layout > Custom CSS

      .jas-menu li.sale > a::after {
      	background: #ffa800;
      }
      .jas-menu li.new > a::after {
      	background: #01bad4;
      }

      and change ffa800, 01bad4 with your color

      2. For subcategory selected, please add below code to Claue > Theme Option > General Layout > Custom CSS

      .shop-top-sidebar .widget ul li.current-cat > a {
      	color: #dd8d16;
      }

      Regards

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

    • #25229

      Awesome, thank you very much

       

      Just for double checking, if I add these code to the custom CSS I add them like that?

      .jas-menu li.sale > a::after {
      background: #ffa800;
      }
      .jas-menu li.new > a::after {
      background: #01bad4;
      }
      .shop-top-sidebar .widget ul li.current-cat > a {
      color: #dd8d16;
      }

    • #25243

      Yes, combine all like yours.

      Regards

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

    • #25247

      Thank you Harry, much appreciate your support

Viewing 4 reply threads

You must be logged in to reply to this topic.