Hiding menu and title on one page only
-
wrote on Oct 15, 2023, 3:27 PM last edited by minutes Oct 15, 2023, 11:38 AM
Hi there,
I am trying to hide menu and site title on home page only. I have entered some custom CSS but the result is unexpected:
- The site title is hidden on all pages, on both desktop and mobile.
- The menu is hidden on all pages on mobile.
Could anyone advise?
I've searched through this forum as well as read up on custom CSS documentation, and cannot see if I've done something incorrectly?
This is the custom CSS:
.slug-holding-page .laynav, .sitetitle, .burger, .navbar, .mobile-title {
display:none !important;
}This is the website's homepage:
https://www.peteraitis.lt/This is another example page:
https://www.peteraitis.lt/vilnius-rowing-club/Thanks a lot in advance!
-
.slug-holding-page .laynav, .slug-holding-page .sitetitle, .slug-holding-page .burger, .slug-holding-page .navbar, .slug-holding-page .mobile-title { display:none !important; }
this is how it should look. after every comma, it is a new css selector!
-
.slug-holding-page .laynav, .slug-holding-page .sitetitle, .slug-holding-page .burger, .slug-holding-page .navbar, .slug-holding-page .mobile-title { display:none !important; }
this is how it should look. after every comma, it is a new css selector!
wrote on Oct 28, 2023, 2:07 PM last edited by@arminunruh fantastic, thank you! 🙈
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
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