This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson
Hello
Can you help me is there option to set up color for some menu link like this http://prntscr.com/axlpga i can’t seem to find anything about changing color in documentation
Also is it possible to make something like this http://prntscr.com/axlqtt
Sorry for all this questions, I did try to search but your forum search is giving me resault on all themes not this
Hello,
1. To change color only for some menu item you need use this css code:
.menu-item-16608 a {
color: red;
}
Replace “16608” with your menu item id.
2.
Also is it possible to make something like this http://prntscr.com/axlqtt
You need follow the documentation https://www.8theme.com/demo/docs/woopress/#!/primary_menu and add class with-tooltip
to submenu items in Appearance > Menus.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up