• Resolved bobth1019

    (@bobth1019)


    afternoon,

    Thank you for the great theme. Very well done.

    Question for you…I’m working on a site with some older members of their audience and the mobile menu hamburger icon they are tending to miss. Can you tell me what exactly I might need to style in order to have a big “Menu” text either next to it or as part of it? thank you.

    Bob H

Viewing 1 replies (of 1 total)
  • Theme Author Nilambar Sharma

    (@rabmalin)

    Try this CSS. Put your CSS in your child theme.

    .mean-bar::after{
      content: 'Menu';
      position: absolute;
      right: 50px;
      top: 10px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘mobile menu question’ is closed to new replies.