Hello –
I would like to make one of the items in a mega menu stand out by applying unique styling to it.
Specifically, “Registration Steps” under the “Join the Club” menu.
How can I achieve this?
Thanks,
Hey billlon!
Please add following code to Quick CSS and adjust as needed
li#menu-item-529 a {
color: white;
}
Cheers!
Yigit
Hi Yigit –
this worked great. Thanks! Now I would like to really make it pop by changing the background color.
I tried
li#menu-item-529 {
background-color: <my color>;
}
but that didn’t do it. Clearly I am css illiterate :(
Please point me in the right direction.
Thanks,
billlon
Nevermind – I figured it out on my own (really it was so easy that I deserve you to waste your time on it!!)
Thanks for the amazing support