Change background color menu
-
Hi
I want to change the background color of my menu right under the sitetitel. Is there a css for that.
I want the color #C0C0C0I’m using the landscape theme
The blog I need help with is: (visible only to logged in users)
-
Hello @thalisha89
Try this CSS:#site-navigation { background: #C0C0C0; padding: 0 40px; /*this is added to make the menu look a bit good after adding the background, remove this if you must*/ }Hope this helps 🙂
- The topic ‘Change background color menu’ is closed to new replies.