Home Forums Themes Support Claue menu bar badge

Viewing 3 reply threads
  • Author
    Posts
    • #28234

       

      How to customize  menu badge?

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

      Hi Emmat,

      Please follow our document at http://janstudio.net/claue/document/#menu-badge

      Kind regards

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

    • #28238

      thanks, but how do i change color for menu bar text, badge color

       

      1. change menu bar color to red like SALE
      2. change badge color

      thanks in advance

    • #28240

      Hi,

      1. For menu color, please go to Claue > Theme Option > Color Scheme

      2. For badge color, 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 and #01bad4 with your color.

      Kind regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.