• Closed
  • Steffan Rudolf
    Spectator
    February 28, 2018 at 1:47 pm #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
    February 28, 2018 at 4:20 pm #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
    March 1, 2018 at 6:13 am #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
    March 1, 2018 at 5:37 pm #36565

    That’s nice. Thank You.

    Priyank
    Spectator
    Posts: 747
    March 2, 2018 at 8:48 am #36567

    Welcome
    Thank you