Hide menu bar on home page only
General Discussion
2
Posts
2
Posters
339
Views
1
Watching
-
sure!
basically do
body.slug-xxx .navbar{ display: none!important; }go to chrome browser, right click the website and click "inspect element" or:
https://developer.chrome.com/docs/devtools/open/then in the body tag find the slug-xx class:

here it is slug-frontpage
so the css would be:
body.slug-frontpage .navbar{ display: none!important; }this is described here:
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com