Can I change the background color and text color of the sub-menu items in the Twenty-Ten theme?
Thank you very much for your help in advance.
The blog I need help with is truthofwmscogandchristahnsahnghong.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
Can I change the background color and text color of the sub-menu items in the Twenty-Ten theme?
Thank you very much for your help in advance.
The blog I need help with is truthofwmscogandchristahnsahnghong.wordpress.com.
Please try adding these code in your custom css section
#access ul ul a {
background: #CCCCCC!important;
color: #000000 !important;
}
Modify the bold values to change with the color code you want.
Hope it helps. :)
Really thanks for your help.
It works well.
This topic has been closed to new replies.