Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #495122

    Hi!

    We have a main menu and a submenu, but we want to show the submenu only on desktops. So, how ca we hide the submenul on mobiles?

    Thanks!

    #495627

    Hi EuroInfoSys,

    Not sure what you mean by submenu, are you referring to the top menu reading Despre NoiArticole FAQ Termeni si conditii?

    Best regards,
    Rikard

    #495766

    Hi!

    Yes, I am reffering to that menu.

    #495978

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    nav.sub_menu { display: none !important; }}

    Cheers!
    Yigit

    #496077

    Hi!

    I inserted the code, but it still shows the submenu.

    #496081

    Hey!

    Please disable CSS minifying feature from the plugin you are using and flush cache and then check if it works. Code is currently not being applied.

    Best regards,
    Yigit

    #496088

    Hi!

    Done, but it still shows the facebook icon. Can I reactivate the css minify after this?

    #496243

    Hi!

    Try to replace the code with this:

    @media only screen and (max-width: 990px) {
    #header_meta { display: none !important; }
    }

    Hard refresh the page after.

    Cheers!
    Ismael

    #496351

    Thanks! Got it!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hide submenu on mobile’ is closed to new replies.