Sub-menu link in mobile menu

Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23954
    mguadron
    Member

    Hello!

    I was wondering if it’s possible in the mobile menu, to have the link of a sub-menu not only on the down arrow but also on the text/title of the sub-menu.
    This is the website: http://www.interamericano.edu.gt/

    Thank you,

    #23984
    Veena
    Moderator

    Can you pls try the below custom CSS in themeoptions and see if it helps –

    #mobile-menu a:hover + .sub-menu, #mobile-menu a:active + .sub-menu {
    	display: block !important;
    }
    

    And pls give URL for each and every menu items (Our School, Admissions, Academics..)so that you will be free from further issues.The theme expects every menu item to be a link just like WordPress does by default(unless you hack the menu to remove the link) . You can atleast provide wordpress default URL – hash symbol “#” .

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.