Hide top bar in mobile view
-
Hi, is there anyway to hide the top bar in mobile view and make the menu bar fixed?
I would like to use it directly in app. Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.
Could you please provide us your website link so we can check your current configuration and see what you can do there?
Kind Regards
Xtemos
The information is stated below:
Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to remove the top bar
.topbar-wrapp {
display:none;
}
And you have a sticky header on mobile devices the same as on the desktop. We can’t make your mobile header sticky.
Regards
Hi, thanks for information. The code is working perfectly.
As for fixed header. Can it be done if I am not using or disable the sticky menu?
Thank you.
Sorry, but it is not possible for this header layout. You can try split or eCommerce header layouts to achieve this.