How to change mobile menu color?

Home Support Blog Way Plus How to change mobile menu color?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7416
    Anonymous
    Inactive

    I would like my site menu to be the same on tablet, desktop, and mobile but it keeps switching to a black menu bar when it is in mobile or tablet. I am wondering how to customize this because I couldn’t find it in the customization tab. It is telling me it is the right color but it is still black.

    #7417
    ProDesigns
    Keymaster

    Hi @Livya018

    Can you please provide us your site URL?

    We will check your site and provide you CSS to change color as per your requirement.

    Thank you.

    #7418
    Anonymous
    Inactive

    Yes it is https://www.thecheekymommy.com and the color I want is #f7d2b7. Thank you!

    #7419
    ProDesigns
    Keymaster

    Hi @livya018,

    Please go to Appearance >> Customize >> Additional CSS and add following lines of CSS.

    #masthead.mean-container .mean-bar,
    #masthead.mean-container .mean-nav {
        background: #f7d2b7;
    }
    
    #masthead.mean-container .mean-nav ul li a {
        border-bottom: none;
        border-top: 1px solid rgba(255,255,255,.5);
    }

    Hope it will work like your wish.

    Thank you.

    #7420
    Anonymous
    Inactive

    That worked! Thank you so much!

    #7421
    ProDesigns
    Keymaster

    Hi @livya018,

    We are happy to help you. If you need any help in future, feel free to contact us.

    It will be highly appreciated if you can manage your time to go themeforest and rate our theme.

    Please drop few lines of feedback too.

    Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.