I've tried all the suggestions I could find to change the navigation tab color, but no luck. Could someone help?
The blog I need help with is quiltingties.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've tried all the suggestions I could find to change the navigation tab color, but no luck. Could someone help?
The blog I need help with is quiltingties.wordpress.com.
We can't help without a link to the blog you are talking about please.
These two lines will set the background colour for the whole navigation menu and for each individual link:
#nav {background-color:#fff;}
#nav .current_page_item a, #nav li:hover > a, #nav ul ul:hover > a, #nav a {background-color:#345;}
Thank you for helping. Is it possible to change the black background on the homepage tab? I tried your recommendation, but it still shows black.
Does this do anything for you?
#nav a {background-color:#f00!important;}
Thank You! That worked.
This topic has been closed to new replies.