Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to change color of an individual menu item? #187256

    I figured it out:

    Add the following code to your custom.css:

    #top .main_menu .menu .custom-menu-item a { color:red; }
    #top .main_menu .menu .custom-menu-item a:hover { color: green; }

    Then go to WP Appearance/Menus and set “custom-menu-item” class in the “CSS Classes (optional)” of your menu item.
    If you can’t find “CSS Classes (optional)”, then please watch this quick video: http://www.youtube.com/watch?v=5Uncd4pjTuE

    Thanks)

Viewing 1 post (of 1 total)