navbar
-
Hey,
Thank you for the great theme, :smiley:I have two basics questions concerning the navbar :
- Is there a simple way to hide or remove the menu ?
- How can I get rid of the grey line of the navbar that appear by default in the mobile version of Lay ?
Thanks & have a super nice day !
Ciao
:sunglasses: -
You mean the mobile navigation?
-
Yes,
I was wondering if there was a simple way to remove or hide the menu.As in the example below (found on laytheme.com), the desktop version have no menu (image 1) but when it comes to the mobile version there is a default menu with a 1 pixel grey line (image 2).
-
Ok!
If you want to hide the mobile menu you can use this CSS. Just insert it into the "Custom CSS for Mobile Version" field in "Lay Options" -> "Misc Options".
.navbar, nav{ display: none; } body{ padding-top: 0!important; }
If you just want to hide that line of the mobile menu, use
.navbar { border-bottom-width: 0!important; }
For these little changes it's super useful if you know a little CSS. You can learn about it here for example:
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it