Menu Bar

Discussion in 'Elite Pro WordPress Theme' started by bat42001, Oct 13, 2014.

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

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    is there a css code to change the color of the menu bar to red and the text to white?
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu {
    background: red;
    }
    #menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    color: white;
    }
    #menu li a {
    color: white;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    Awesome thanks!
     
Thread Status:
Not open for further replies.

Share This Page