Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #451002

    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

    #451009

    Hi oldvilladental ;
    have you tried this one ;

    #menu-item-212 .avia-menu-text {  color: #ff00cc !important; font-weight:bold !important;}
    
    • This reply was modified 9 years, 7 months ago by begrafiks.
    #451059

    Hi!

    Did you try @begrafiks suggestion and did you have any luck with it?

    Regards,
    Rikard

    #452887

    You guys are awesome! Thanks so much. Works!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change tope level menu item colour’ is closed to new replies.