Change the text colour of a sub menu
- The topic ‘Change the text colour of a sub menu’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I have been able to change the ‘.menu a’ text to white, but when the submenu appears it shows it in a white box with white text!
Is it possible to change the text colour of the sub menu to black?
Thanks
The blog I need help with is: (visible only to logged in users)
Hello!
Try the following CSS to change the submenu items:
.menu li li a {
color: #000 !important;
}
Normally they would have kept the grey, but because the ‘.menu a’ text also has the important declaration it’s overwritten. Let me know if this doesn’t work.
Thanks!
Rebecca
Perfect thank you.
You’re welcome! :)
Cheers,
R.