Menu Font Color

Discussion in 'StartPoint Business One Page WordPress Theme' started by rexmanaster, Nov 13, 2014.

Thread Status:
Not open for further replies.
  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    In order to make the menu wrapper white (for our logo) and the menu font black (so that it is visible on a white wrapper), I have used the following code:

    .menu-wrapper-bg {
    background: white;
    }

    .menu-sp ul a{
    color:#000000;
    }

    However, when a user is on the homepage, and "Home" is therefore active on the menu, the font is white and "Home" is therefore not visible. Please can you tell me what code I need to ensure that the active page link in the menu is visible on top of the white menu wrapper?

    Additionally, is there a way to remove the "/" in the menu?

    Thanks,
    Rex
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide URL of your website which make us better understand.

    Thanks & Regards
    Pramod
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Goto Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Paste this code in box.
    Code:
    .reverse-color.menu-sp ul li.current_page_item  a {
    color: #000;
    }
    .menu-sp ul li:after {
    content: "";
    }
    
    Thanks & Regards
    Pramod
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Perfect, Pramod, thanks!
     
Thread Status:
Not open for further replies.

Share This Page