• Resolved constantlyoutraged

    (@constantlyoutraged)


    I want to change the color on just one menu item in the navigation-top menu (.menu-item-488) but I can’t figure out how to specify it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • via the ‘customize – additional CSS’ feature, try something like:

    .main-navigation .menu-item-488 a:visited { color: red; }
    .main-navigation .menu-item-488 a:active { color: green; }
    .main-navigation .menu-item-488 a:hover { color: pink; }
    Thread Starter constantlyoutraged

    (@constantlyoutraged)

    Thanks – I was overthinking it.

    .main-navigation .menu-item-488 a { color: #XXX; }

    worked fine.

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