Hi,
Currently, all menu items are in black and when hovering they goes red – http://dianascraftycakes.com/
I would like to keep one menu item (the email one) in a different colour all the time.
What is the code for custom.css?
Many thanks,
Fred
This topic has 6 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hi,
Currently, all menu items are in black and when hovering they goes red – http://dianascraftycakes.com/
I would like to keep one menu item (the email one) in a different colour all the time.
What is the code for custom.css?
Many thanks,
Fred
Hello,
Add this code in custom.css file:
.menu-item-224 a {
color: red;
}
.menu-item-224 a:hover {
color: red;
}
Best regards,
Jack Richardson.
Hi,
This kinda worked, changed “red” to #26B09E however when going over the link it turns red.
I need it to stay in this colour #26B09E
Cheers for checking,
Fred
Hello,
Please use this code
.menu-item-224 a:hover {
color: #26B09E !important;
}
instead of
.menu-item-224 a:hover {
color: #26B09E;
}
Regards,
Robert Hall
Many thanks, that worked 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Change one menu item only in different colour’' has been successfully resolved, and the topic is now closed for further responses