• my ongoing problem – still not resolved! Please don’t check from my front page, there the menu has a different issue – I’m on to this… Please check, if at all, from any posts, categories, or pages.

    How can I change the colors of the Mobile Navigation Menu?
    I need black text (#333) instead of white!

    What would be css class names?
    And will they be recognized if I add them to my child theme css-file?

    Yesterday I fiddled (once again) with the style.css in my child theme – but there seems to be no way to influence/overwrite all mobile menu colors.

    Bloody waste of time… ??

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • hello webbeetle

    i have in my child Theme this code:

    @media only screen and (min-width: 320px){
    #header .nav-container .nav li a {color: #000 !important;}
    
    }

    try it:). At my site it works. it is for the resolution of 320px.

    Thread Starter webbeetle

    (@webbeetle)

    Thanks @dacki,
    but that didn’t do it either… ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing colors of mobile menu? How?’ is closed to new replies.