Navagation bar color
-
Hi I want to change the color of the navigation bar color from black to white and change the type to black. What is the CSS for this? I also want to get rid of the black line above the header image.
The blog I need help with is: (visible only to logged in users)
-
To change the navigation bar link colors to black and background to white in your current theme, Toolbox, add this to your Appearance → Custom Design → CSS editor:
#access { background: #fff; } #access a { color: #000; }
- The topic ‘Navagation bar color’ is closed to new replies.