Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi firejs. It would be helpful if you would either (a) post a link to your site, or (b) post the code for the modifications you have made. If the code is relatively short you can post it here and enclose it using the “code” button above the editor. If you have a large amount of code you should post it on Pastebin http://pastebin.com/ and then post a link here. Thanks.

    Try adding this to your Child Theme style.css file, or using a Custom CSS plugin.

    @media only screen and (min-width: 720px) {
        #nav-header .nav ul { background-color: #fff; }
    }

    Hope this helps.

    • This reply was modified 9 years, 6 months ago by ThemeSumo.
    Thread Starter firejs

    (@firejs)

    ThemeSumo: Thx, but this sadly does not help. I try change "#nav-header .nav ul" before… I try your version now – but the still no effect. I Think this black color must be defined on different place – but I cant found where.

    Bdbrown: Website is: http://mylosthat.com/ you can see black color in white navbar. When you use F12 for Devtools in chrome – you got same result like ThemeSumo.

    Ha!

    Now im use this combination:

    
    #nav-header .nav ul {
        background: url(../img/opacity-10.png) #fff;
    }
    
    @media only screen and (min-width: 720px)
    #nav-header .nav ul {
        background: url(../img/opacity-10.png) #fff;
    }

    And now its white. Thank you!

    • This reply was modified 9 years, 5 months ago by firejs.

    You’re welcome; glad you got it fixed.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change navbar color’ is closed to new replies.