How can I change the background color on the menu bar? (have purchased CSS upgrade)
Thanks
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
How can I change the background color on the menu bar? (have purchased CSS upgrade)
Thanks
That link isn't working.
This is the code I use:
#wpcombar {
background:#43b9d2;
color:#b698de;
border-color:#43b9d2;
}
#wpcombar .myaccount {
background:#43b9d2;
border-bottom:2px outset;
border-color:#ff00ff;
}
#wpcombar .myaccount:hover {
background:#ff00ff;
}
.quicklinks a:hover,#wpcombar .menupop:hover {
background:#43b9d2;
}
the theme is Ocean Mist,
What menu bar are you referring to?
the menu tabs, under the header
I suggest you download and install the developer's toolbar for Firefox. That allows you to identify the elements within your CSS. With that information, you can work on the change.
Using that, it looks like ul#pagetabs.li
This topic has been closed to new replies.