How do I customize Mobile menu Background Color

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support How do I customize Mobile menu Background Color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23228
    Adne
    Member

    I discovered some CSS customization for background menu colour customization and it worked splendidly for computer version.

    Sadly not for mobile. Can you please advise.

    My mobile background menu remains black with purple text and is almost impossible to read clearly.

    Thank you so much!

    the website url is kimmyyenergy.com

    #23242
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    #mobile-menu {
        background: #41a3a2;
    }}
    
    #23254
    Adne
    Member

    Thank you for that suggestion. Unfortunately it didn’t work for me.

    What else is possible?

    #23268
    Veena
    Moderator

    I don’t see any issue infact the custom CSS is taking effect . Can you pls do a hardrefresh and check ?

    #23406
    Adne
    Member

    Duh! Sorry. I appreciate your time and professionalism!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How do I customize Mobile menu Background Color’ is closed to new replies.