Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1115687
How can I customise the mobile menu colours?
Closed

Comments

  •  2
    ben started the conversation

    I want to change the colours of the mobile menu to match my desktop version. Are there settings for this or will I have to use css?

    If there's not settings, think of this as a request for them!

    Thanks

  •  6,930
    Oliver replied

    HI!

    pls. use following css:

    body .primary-navigation.responsive ul>li.menu-item-current>a, 
    body .primary-navigation.responsive ul>li.menu-item.menu-item-active a {
        background: #fff;
        border-left: 4px solid #00bcd4;
        color: #3c3950;
    }
    body .primary-navigation.responsive ul>li.menu-item, 
    body .primary-navigation.responsive ul>li.dl-back {
        border-bottom: 1px solid #dfe5e8;
    }
    body .primary-navigation.responsive ul li.menu-item,
    body .primary-navigation.responsive ul li.dl-back {
        background: #f4f6f7;
    }
    body #primary-navigation .menu-toggle .menu-line-1, 
    body #primary-navigation .menu-toggle .menu-line-2, 
    body #primary-navigation .menu-toggle .menu-line-3 {
        background: #99a9b5;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver