Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #437109

    Can i have a css code to change only one menu item font color? (of main menu)

    Thanks

    #437743

    Hi petrosgr!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #menu-item-59 > a > .avia-menu-text { color: orange; }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    #438508

    Hello Yigit, i insert code on custom css #menu-item-3662 > a > .avia-menu-text { color: orange; }
    But the text color remains white.
    link: test.psprint.gr

    Thanks

    #438544

    Hi!

    Please add !important rule as following

    #menu-item-3662 > a > .avia-menu-text {
      color: orange!important;
    }

    code is currently not being applied.

    Regards,
    Yigit

    #438639

    Thanks for your help Yigit, it works!! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to Change font colour of one menu item’ is closed to new replies.