Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #126434
    Scoop
    Participant

    Is there a way to change a single menu item from black to red to add emphasis. I tried the following: #menu-item-1575008 a {
color: #FF0000 !important;
} but it shows errors and I know very little about css. Thanks.

    #126470
    tikaram
    Keymaster

    @scoop : Go to Appearance => Customize => Additional css and add the following css.

    #header-right .widget ul.menu .current-menu-item > a {
    	color:#FF0000;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change color of a single primary menu item to give emphasis’ is closed to new replies.