Home Forums Themes Support Claue Menu Details

Viewing 11 reply threads
  • Author
    Posts
    • #27237

      Hi, some questions..

      • After import demo content.. how can I edit/modify the colors and names of the bands (new/sale) on the mail menu? [mainmenu.jpg]
      • How can I make the menu icon on mobile bigger.. like the logo? [menumobile.jpg]

      Thanks!!!

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

      Hi,

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

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

      and change color with your

      2. Please change icon in Theme Option > Header > Mobile icons

      Regards

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

    • #27288

      Hi again!

      About 2 – The image of the menu on mobile has the same height as the logo… 60 px, but in mobile appears lower.

      How can I modify this? I want both to be the same height.

      Thanks!!

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

      Hi,

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

      .jas-push-menu-btn img {width: 100%;}

      Regards

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

    • #27294
      This reply has been marked as private.
    • #27299

      Hi,

      I see 2 work http://prntscr.com/lq54l8 please clear cache and check again.

      Regards

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

    • #27302
      This reply has been marked as private.
    • #27303

      Hi,

      I help you correct code.

      Did you copy code from email, for the next time please copy code on this topic to keep correct format.

      Regards

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

    • #27304

      Thanks a lot!!

      How can I translate those words/tags (spanish) and select which ones are selected?

      For example.. Ropa and not Zapatos?

       

      Thanks

    • #27307

      Hi,

      Please add more code in Claue > Theme Option > General Layout > Custom CSS

      html[lang="es-ES"] .jas-menu li.hot > a:after {
      	content: 'Hot';
      }
      
      html[lang="es-ES"] .jas-menu li.sale > a:after {
      	content: 'Sale';
      }
      html[lang="es-ES"] .jas-menu li.new > a:after {
      	content: 'New';
      }

      Regards

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

    • #27311

      Hi.. now I can change color and language.. but how I can decide in which menu element can I place the tag??

    • #27317

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

      Regards

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

Viewing 11 reply threads

You must be logged in to reply to this topic.