Custom color for menu hover and drop downs

Discussion in 'ColorWay WordPress Theme' started by sblais10, Jun 19, 2015.

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

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Hello,

    I was hoping it might be possible to change the colour of the menu hover and drop downs to a custom color (#6E6C72) instead of the colors that are selected from the appearance/theme options area.

    Site is: http://myamherstburg.com

    I'd appreciate any help you can offer.

    - Steve
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Steve!

    Please 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: #6E6C72 !important;
    }
    #menu .ddsmoothmenu li li {
      background: #6E6C72 !important;
    }
    It will resolve your issue :)

    Thanks,
    Praveen
     
  3. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Worked great - thanks!
     
Thread Status:
Not open for further replies.

Share This Page