Hello,
Is there a way to change the background colour of the pull down menus from black to white?
Thank you.
The blog I need help with is bobynknit.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello,
Is there a way to change the background colour of the pull down menus from black to white?
Thank you.
The blog I need help with is bobynknit.wordpress.com.
If it is not an option in the theme then you will need the custom design feature from the store. Then in the CSS editor you can do something like this:
#access ul ul {
background: none repeat scroll 0 0 #FFFFFF;
#access ul ul a {
border-color: #222222;
color: #000000;
}
Changed the text color and the border color as well, because otherwise you couldn't read the link text. Feel free to experiment with the colors. This was just to show you which code you need.
There is a lot going on with rounder corners, and other stuff. So it would need work if you want it to look exactly the way you want to.
It looks quite nice in black, so maybe keep it like that? :-) It's not a huge improvement to do it in white, and you would have to some adjusting to make it look as nice.
Thanks so much!
This topic has been closed to new replies.