Change color menu

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Feb 26, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Can I change the second color of the menu? The active color is now blue --> see attachment. And I would like to change it to grey.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggie!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .it_mobile_menu > li.current_page_item > a {
    color: grey !important;
    }
    Thanks,
    Praveen
     

Share This Page