Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856323

    Miltenberg
    Participant

    Hello,

    i have a problem with the menu on mobile devices. The menu ( icon vor mobile devices) isnt shown but i know where it is and so i can open the menue. But for visitiors it isnt visible.

    http://www.mainfestmiltenberg.de

    br Martin

    #856359

    Lely
    Moderator

    Hi Martin,

    Please add the following CSS on Appearance > Customize > Custom > CSS to change default white mobile button font color:

    .x-btn-navbar.collapsed {
        color: red; /*Change red to your preferred font color*/
    }

    Hope this helps.