• Hello,
    the menu bar disappears, I want to view the page on my mobile. Normally, a dash bar should appear at the top instead of the menu text. Can you help me?
    Thanks a lot!
    Angela

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

Viewing 1 replies (of 1 total)
  • Hello there,

    The mobile menu button on your site actually presents in there. However it’s invisible because of the light color of header area. You should set darker color for the mobile menu button. Add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .btn-menu {
       color: #000;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)

The topic ‘Menu bar disappears on mobile’ is closed to new replies.