Change color of category heading in menu pages

  • Unknown's avatar

    I want to change the color of the category title that is in my menu. For example I am a yoga/fitness blog and I have categories for difficulty, aka ‘advanced poses’. I wanna change the color of that title when clicked. Thank you :)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, are you wanting the color to change for the current page item in the menu, or only when on the Intermediate/Advanced Poses?
    If only for that one particular menu item, then add the following and adjust the color as desired.

    #menu-item-4436.current-menu-item a {
        color: #00ff22 !important;
    }

    If you wish to have the current menu item highlighted in a different color, no matter which page you are one, then this would be the code.

    .current-menu-item a {
        color: #ff2200 !important;
    }
  • The topic ‘Change color of category heading in menu pages’ is closed to new replies.