hi, I’d like to give the last menu item on my main navbar a different colour to the other links… and make it right align so it stands out on its own…can you advise how to do this please.
the website is at http://premiumproseindia.com/testsite/wp/
Also, I’m trying to unbold the main menu items and can’t work out how to do this.
All help gratefully recieved – thanks,
sarah
Hi sarahed!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a { font-weight: normal; }
li#menu-item-53 { position: relative; right: -40px; }
li#menu-item-53 .avia-menu-text { color: red; }
Regards,
Yigit
that’s brilliant – works perfectly…
many thanks Yigit!!
sarah