• Closed
  • Steffan Rudolf
    Spectator
    28.02.2018 at 13:47 #36550

    Hi, I use the Evolve plus Theme.

    I have a question about that.

    How can I hide the Top menu on Mobile ??

    Steffan Rudolf
    Spectator
    Posts: 2
    28.02.2018 at 16:20 #36554

    ok the Problem is solved .

    another Question, can I move the Mobile menu icon to the Left or right side ??? not in the middle of the Screen. And by the way… how can I change the background color from the mobile Menu.. Only for mobile Menu

    Priyank
    Spectator
    Posts: 747
    01.03.2018 at 06:13 #36559

    Hello,

    Add Below Custom css on Your Additional css area

    .center-menu{
    text-align: center;
    }
    @media (max-width: 768px){
    .menu-header{
    background: #f5deb3;
    }
    }

    Thank You

    Steffan Rudolf
    Spectator
    Posts: 2
    01.03.2018 at 17:37 #36565

    That’s nice. Thank You.

    Priyank
    Spectator
    Posts: 747
    02.03.2018 at 08:48 #36567

    Welcome
    Thank you