Submenu text disappears when hovering to drop-down

Discussion in 'Infoway WordPress Theme' started by roboticsbeyond, Jun 7, 2014.

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

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    My main menu has a tab which contains a dropdown menu. The last item in the dropdown is itself a dropdown. In full screen mode, when I move my cursor to the 2nd level dropdown list, the text on the last menu item disappears.

    My website is www.roboticsandbeyond.org. Hover on About Us->Educational Resources->Educational Services.




     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     
     
    #menu .ddsmoothmenu li li a.selected {
    color: #7b7b7b;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
  3. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Works perfectly. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page