Hi.
I would like to add an item to the main navigation that is in bold or even a different colour. Is it possible to assign custom CSS to make an individual menu item bold/different colour and can you confirm the best approach to this please?
Thanks in advance,
Sam
Hey sjwmobile!
Using menu item ID’s it is possible with custom CSS. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Example would be
li#menu-item-755>a>.avia-menu-text {
color: red;
font-weight: bold;
}
Cheers!
Yigit
Fantastic – thanks Yigit.
Do you know if it’s possible to align the menu item to the right (so that it sits alongside the search tool) as well?
Can I just add align: right; or something similar to the CSS?
Thanks!