Hi there, I’d like to change just the text in top level nav header/button of “Schedule an Appointment” to be #ff00cc (pink) instead of white and also bold. Please help. I have the enfold theme. I have tried the following codes individually which didn’t work:
li#menu-item-212 a span{
color:#ff00cc !important;
font-weight:bold;
}
and
#menu-item-212 > a > .avia-menu-text {
color: #ff00cc!important; font-weight:bold;
}
#menu-item-212 a span {
color:
red !important;
}
Website is http://www.oldvilladental.co.nz
Thanks
Hi oldvilladental ;
have you tried this one ;
#menu-item-212 .avia-menu-text { color: #ff00cc !important; font-weight:bold !important;}
You guys are awesome! Thanks so much. Works!