• Resolved suntcalm

    (@suntcalm)


    Hi.

    two topics.

    1.On mobile, how can I hide the text on the menu burger (Menu/Close)? The burger and the X are enough for me

    2. Also on mobile, the menu bar can float?

    Thank you.

    P.S.: Thank you for the theme!

    • This topic was modified 4 years, 10 months ago by suntcalm.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @suntcalm,

    To hide the toggle text, go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .nav-toggle label { display: none; }

    As for the second point, if you mean that you want the header to be stuck to the top of the window when the visitor scrolls, you’d have to make pretty extensive changes to the style and some changes/amendments to the JavaScript to make that work (preferably in a child theme). If you’re not comfortable with coding yourself, I’d recommend you to hire someone to help you with those.

    — Anders

    Thread Starter suntcalm

    (@suntcalm)

    Thank you, Anders.

    It worked like a charm with the burger.

    About the floating/stuck header… I’ll live with it like that, if it requires that deep knowledge ??

    Have an ideal day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile – 2 “isues”’ is closed to new replies.