HI @arminunruh !
I set my custom "coming soon page" page as a frontpage via "customize".
Then i put this css in "custom CSS" in lay option:
.slug-coming-soon-page nav { display:none; }
.slug-coming-soon-page .sitetitle { display:none; }
Sitetitle and menu have disappeared but the navbar remain. How can I hide this header (the green bar in the screenshot) - only for this coming soon page?
![alt text]( image url)
⭐️SOLVED⭐️
With
.slug-coming-soon-page div.navbar {display:none;}