Change Mobile Menu Colour

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 4 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #536689

    clubtogethernow
    Free User
    Post count: 56

    Hi guys,

    Where do I change the colour of the mobile menu? It appears to stay this same grey (picture attached) no matter what colours I have changed.

    Thanks

    #536700

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your post. You can change the color using the custom CSS code below. Insert into WP > Appearance > Customize > Additional CSS.

    .mm-menu {
        background: #868686!important;
    }
    #536816

    clubtogethernow
    Free User
    Post count: 56

    Thanks!

    What would the CSS code be to change the text and text hover colours too?

    #536848

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply. Here is the custom CSS code that you can use.

    .mm-list a {
        color:#000!important;
    }
    
    .mm-list a:hover {
         color:#fff!important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket