Menu Color

Discussion in 'StartPoint Business One Page WordPress Theme' started by amaconline, May 29, 2014.

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

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Hi guys,

    I would like to change colour of the menu on the top. Please assist with the CSS code that I can use to customize it.

    Thank you.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .menu-sp ul a {
    color: red;
    }
     
    .menu-sp ul a.current, li.current_page_item > a, li.current_menu_item > a{
    color:blue;
    }
    .menu-sp ul a:hover, .menu-sp ul a:active, .menu-sp ul a:focus {
    color: blue;
    } 
    In place of "red" and "blue" you can put your color or color code.
    This will solve your issue.
     
    amaconline likes this.
  3. amaconline

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
Thread Status:
Not open for further replies.

Share This Page