Change navbar color
-
Hello All,
I change position and color of navbar. But i cant anywhere found one color -> #2D3035.
Picture -> https://dl.dropboxusercontent.com/u/9457690/prace/mylosthat.jpg
I change lot of .nav css but nothing help.
Thanks
-
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.
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.
-
This reply was modified 9 years, 6 months ago by
The topic ‘Change navbar color’ is closed to new replies.
