Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘Hide Secondary menu from responsive version’ is closed to new replies.
Hello,
Can you please tell me how it is possible to hide the top secondary menu from the mobile version (and ideally created a mobile version of the menu, keeping of course the mobile version of the main menu)?
Thanks a lot and regards
Charles
Hi mailclub!
Could you please provide us with a link to the site in question so that we can inspect it?
Cheers!
Rikard
Hey!
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; }}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.responsive #header .social_bookmarks { display: none; }
Best regards,
Yigit