How to add custom colours on menu items
-
Hey,
We would like to add custom colours and styling on menu item, can you help with css code?
Add print screen for reference.
Attachments:
You must be
logged in to view attached files.
Sorry different user name
Hello,
You can change the menu color and hover through Theme Settings -> Typography -> Advanced typography -> create a new rule with the “Main navigation links” item.
Here is the documentation providing more detailed instructions:
https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards.
I don’t want for all menu, just for specific id=”menu-item-44339″ do change as I add to reference print screen.
Attachments:
You must be
logged in to view attached files.
Hello,
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
#menu-item-44339 a.woodmart-nav-link {
color: red !important;
font-weight: bold !important;
}
Best Regards.