jenniewinhall Posted July 25, 2019 Posted July 25, 2019 I am trying to create a landing page in mojave with just an image and an enter button. How can I hide the navigation?
tuanphan Posted July 25, 2019 Posted July 25, 2019 @jenniewinhall Each Page will have diferent ID. First you need to find ID of Landing Page. See how to: https://beaverhero.com/squarespace-how-to/#HowtoFindPageID Add this code to Home > Design > Custom CSS. Replace body#...d3fb with your landing page ID. body#collection-56e070e59f726659e9f1d3fb .Header-nav { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
jenniewinhall Posted August 6, 2019 Author Posted August 6, 2019 Thankyou @tuanphan! I have tried hiding the .Header-nav both through the page header code injection and in Custom CSS with the collection ID as you suggest. With both it works at the backend, but when I view the site as a user it doesn't work until the page is refreshed. And the navigation is hidden on the other pages until they are refreshed. Is there something else I should try?
tuanphan Posted August 6, 2019 Posted August 6, 2019 @jenniewinhall Can you share site url to me check code? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
jenniewinhall Posted August 7, 2019 Author Posted August 7, 2019 I just rebuilt the page from scratch and added the code above in custom CSS again - and now it looks like like it is working! hankyou so much @tuanphan! jaguar-elephant-dgff.squarespace.comPassword: driversofimpact My next question is whether there is a way to hide the landing page menu item in the navigation on the rest of the pages. Grateful for tips. Many thanks!
tuanphan Posted August 8, 2019 Posted August 8, 2019 @jenniewinhall What is "landing page item" in Navigation? I didn't see Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.