Home Forums Themes Support Gecko Replace the mobile menu icon (three bars) with just the word MENU

Viewing 2 reply threads
  • Author
    Posts
    • #2377

      Hi JanStudio folks – hope you are all doing well.

      Do you know how to replace the mobile menu icon (three bars) with just the word “MENU” and/or add the word “MENU” above or below the three bars.

      Let me know – thank you.

      Thierry

    • #2381

      Hi,

      Thank you for purchase!

      You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

      .jas-push-menu-btn {
      position: relative;
      }
      .jas-push-menu-btn:after {
      content: "MENU";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 16px;
      }
      .jas-push-menu-btn img {
      display: none;
      }

      Best regards

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

      • #2391

        Your solution worked out great. Thank you!

    • #2411

      Feel free contact us again if you need more help.

      Best regards!

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

Viewing 2 reply threads

You must be logged in to reply to this topic.