Change the color of selected Section in menu

Discussion in 'StartPoint Business One Page WordPress Theme' started by arsene, Jun 9, 2014.

  1. arsene

    arsene Guest

    Joined:
    May 25, 2014
    Messages:
    3
    Likes Received:
    0
    Hey

    anyone knows how to change the color of the text from black to another color?
    I have a black background, and white text in the menu, but my issue is the text color of
    the selected section in the menu black, is it possible to change it??
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .menu-sp ul a.current, li.current_page_item > a, li.current_menu_item > a{
    color:red;
    } 
    Inplace of "red" put your color code.

    Thanks & Regards
    Gourav Shrivastava
     
  3. arsene

    arsene Guest

    Joined:
    May 25, 2014
    Messages:
    3
    Likes Received:
    0
    Okay, I just tried that and nothing happens.

    Is there a way I can change this in some of the php or css file?

    (edit)
    I see the code works on other pages as the blog but not on the home page.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  5. arsene

    arsene Guest

    Joined:
    May 25, 2014
    Messages:
    3
    Likes Received:
    0
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

Share This Page