Hi Guys,
I’d like to color the Pre-Order menu point in orange much like the pre-order button on the slider of the home-site:
http://www.flatev.com
The others should stay the same however.
How would I do that?
thanks a lot in advance!
Sandro
Hey sandromeyer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-2964 .avia-menu-text {
color: #dd8000;
}
Regards,
Yigit
thanks Yigit for your support!
However, I actually meant an orange BOX with rounded corners as a background of the text and then white text saying PRE-ORDERS ;)
thanks so much.
Sandro
Hi!
Thank you for the update.
You can use this:
li#menu-item-2964 .avia-menu-text {
color: white;
background: orange;
padding: 5px 10px;
border-radius: 5px;
}
Regards,
Ismael
thank you so much. Perfect!