Top Menu and Sub-Menu

Discussion in 'ColorWay WordPress Theme' started by bcwebsolutions, Mar 23, 2015.

  1. bcwebsolutions

    bcwebsolutions New Member

    Joined:
    Mar 28, 2012
    Messages:
    20
    Likes Received:
    0
    #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: #00974E;
    }
    #menu .ddsmoothmenu li li {
    background: #00974E;
    }
    I used the above custom css to make my menu change color on colorway theme but the sub menu is still using the default color when you hover over it. Can you tell me what to add to the above to control the sub menu as well... www.bigvalleyheating.ca is site....


    I would also like the lower background that uses the default green and change it to 00974E
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
      background: #00974E;
    }
    Regards,
    Sameer
     

Share This Page