• Resolved LuisRevuelto

    (@luisrevuelto)


    Hi!

    I would like to know how to change the menu colour in the mobile version. I mean, I′m using Nova Lite with a black background. I have a menu in the top with 3 items, but in the mobile version you can just see a drop down menu which has the same colour than the background. This is a little bit confusing because there is no contrast and you may not find the menu in you mobile phone. This is my site:
    https://www.comerbienesfacil.com

    Thanks for help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there Luis,

    How are you doing today?

    You should be able to change mobile navigation background color with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    @media screen and (max-width: 768px) and (min-width: 0px){
    select#tinynav1 {
        background: #262626;
        border: solid 1px #333;
    }
    }

    Replace color hex values with to display another colors. You can use sites similar to this one to get hex value for the color of your choice: https://www.color-hex.com/

    Hope this helps ??

    Cheers,
    Bojan

    Hi i just downloaded this theme and i got same problem.

    My Website blog.coachingxxl.de doesn’t have a Menu with items, but they do. As Demo, they used old Bootstrap which may be changed?

    I can’t see your menu https://www.comerbienesfacil.com too.
    DesktopPC and Smartphone doesn’t show your or my menu.

    Could that be, that this template needs to be updated with bootstrap version?

    Im using updated Mozilla Firefox and i tried to reinstall this theme, but it wont show the items, which i placed on backend design->menu->submenu

    Any Solutions?

    Thread Starter LuisRevuelto

    (@luisrevuelto)

    Thank you so much Bojan. It works perfectly. Your help was highly useful ??
    CoreBerlin, my menu is shown in every version (desktop, smartphones and tablets). Perhaps you should update to the last version. I have the last version in this theme, also in WordPress.

    Cheers ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the Menu color in the mobile version’ is closed to new replies.