Hi
Im trying to customise the menu and i have a couple of my menu links that look like buttons, so they are the colour specified in the theme.
This is great but i would like One of the button menu colours to be a different colour than the rest, or even different colours for different menu items
Is there a way to do this?
Thanks
Hey daveralph!
You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg and then add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-3194 a {
background: red;
color: orange;
}
Regards,
Yigit
Hi!
You need to change the menu item id. Use this:
li#menu-item-433 span.avia-menu-text {
color: orange !important;
}
Best regards,
Ismael
Hey!
Thank you for coming back.
Add the following and adjust the value for the color:
#menu-item-433 span {
background-color: green !important;
}
Best regards,
Günter
Brilliant
Thanks so much