Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Menu Item Color
sfbranding
September 2019
in
Theme support
Hello,
I want to change the color of just one specific menu item on my website, orlandowinefestival.com.
How do I do this?
Comments
Pablo
October 2019
Hello,
You would have to use the CSS code to catch the element which you want to change.
I suggest, to use the pseudoclass named ":nth-child".
See how it works here:
https://www.w3schools.com/cssref/sel_nth-child.asp
Thanks
sfbranding
October 2019
Could you please help me set that up? I can't seem to figure out how to catch the one specific menu item.
I want to change the "Purchase Tickets" link to a certain color in the menu of this website.
https://www.orlandowinefestival.com/
Pablo
October 2019
Please paste that code into the Theme Options > Custom CSS & JS > CSS
#menu-menu-right li:last-child a{
color: red !important;
}
Thanks
Sign In
or
Register
to comment.
Comments