Hi
Is it possible to remove Select A Page drop down menu on mobile device? Also, on another subject is it possible to remove the contact link bottom right corner of theme?
Thx
Hi
Is it possible to remove Select A Page drop down menu on mobile device? Also, on another subject is it possible to remove the contact link bottom right corner of theme?
Thx
Hi O5,
You'll need to add the following to your custom.css:
@media only screen and (max-width: 767px)
#top .mobileMenu {
display: none !important;
}
That will remove it completely but it won't bring back the other menu (since it doesn't have styling for mobile view).
To remove the mail icon, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .social_bookmarks .mail {
display: none;
}
Regards,
Devin
Hey Devin,
Thanks for the assistance. The mail icon was removed. I'm still seeing the "select a page" menu. I'm testing on iPhone, would that have anything to do with it?
Thx
No, that shouldn't have anything to do with it. Can you provide a link to your site? Maybe its an issue with how the css got added or something specific to your page.
Hi Dev,
Can I email you link, to avoid bots?
Thx
Hey!
This thread shows you how to remove the mobile menu: http://www.kriesi.at/support/topic/disable-mobile-menu-regular-menu-instead-of-drop-down#post-53419
Regards,
Peter
You must log in to post.