ResolvedChange the color of a menu item
- This topic has 1 reply, 2 voices, and was last updated 2 years, 6 months ago by
Althemist.
- AuthorPosts
- November 19, 2020 at 12:32 pm #27269
erbesso
ParticipantHi, I would like to change the color of a single menu item.
I have already tried to change “color label” from Appearance-> Menu and it didn’t work.
I tried to add the declaration in the css file, after having always assigned the class directly from the menu item:
natale-menu-item a {
color: #287233;
}
And it didn’t work either.
Can you help me?
Also I’d like to ask you: Within your site’s support forum, is there a way to do a search so I see if anyone has already asked the question I want to ask.
ThanksNovember 19, 2020 at 12:42 pm #27273Althemist
KeymasterHello erbesso,
The color label serves a different purpose. It’s the color for the custom lable, not for the menu item.
You can do it with the menu item ID like this:
.menu-item-3324 a { color: #287233 !important; }
Of course, you’d need to replace the
3324
with the number of your menu item.There is a search form on top of the main Forums page. It can’t search in specific forum, but all our themes are using the same framework, so if you find similar questions for another theme of ours, that chances are that it’s the same for your theme.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.