navigation menu

Discussion in 'BizWay WordPress Theme' started by maes39, Nov 7, 2014.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    With your great help i've changed the color of the navigation menu on my website www.anselmoome.nl.

    Is there an code to change the color from the "rollover" of the navigation menu??
     

    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 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 {
    background: red;
    }
    Write your desired color or color code in place of red in above code.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page