Main Menu - Dropdown Highlight Selection

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Jan 9, 2016.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Main Menu Dropdown - The entire drop down menu row for the selected menu should be gray, not just the area behind the menu text. So right now when you hover of a dropdown menu item it highlights just the text, when it should highlight gray for the entire row.

    It should be like the attached document.
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

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

    #menu .ddsmoothmenu li ul li:hover {
    background:#f2f2f2 !important;
    }
    #menu .ddsmoothmenu li li a:hover {
    background:#f2f2f2 !important;
    }

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page