I am new to all this, using Twenty Eleven. I would like to be able to customise the menu bar color so that it does not appear black. Thanks for all your help!! kimberly
The blog I need help with is kimberlysumnerdotcom.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
I am new to all this, using Twenty Eleven. I would like to be able to customise the menu bar color so that it does not appear black. Thanks for all your help!! kimberly
The blog I need help with is kimberlysumnerdotcom.wordpress.com.
Change CSS
#access{
background:#your_color_here;
}
This works in Twenty Ten so it should work in Eleven
@kimberlysumner99
Hi there,
All CSS editing is theme specific. I did a simple forum search and found this. The menu bar in twenty eleven is actually a CSS3 linear gradient. The first color code in the background declaration is the top color, and the second is the bottom color. See here > http://en.forums.wordpress.com/topic/menu-bar-changes-color-when-i-try-to-edit-css?replies=6#post-650764
Hope this helps
(timethief)
Either of those options should work, updating the background property is the simplest way to do it.
Thanks for all your help guys, love it. k
You're welcome from me. :)
This topic has been closed to new replies.