custom menu bar and top right contact details

Discussion in 'Appointway WordPress Theme' started by deejay88, Aug 14, 2014.

  1. deejay88

    deejay88 Guest

    Joined:
    May 21, 2013
    Messages:
    11
    Likes Received:
    0
    Hi there,
    I want to have my menu hover bar the same colour as my background. For instance when I click home it comes up white but I want it #eaeaea and I also wouldn't mind changing the colour of the words from yellow to white.
    In addition I would also like to know how I can add an email and fax number to my top right contact details without it all being on the same line.
    www.rampartsteel.com
     
  2. Yogesh

    Yogesh Guest

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

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    color: #fff;
    }
    #menu .ddsmoothmenu li a:hover {
    background: #aeaeae;
    }
    This will solve your issue.
    You have already fixed your second problem.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page