mike-zh Posted October 1, 2020 Share Posted October 1, 2020 Site URL: https://www.business-photography.ch/bewerbungsfoto-zuerich For testing purposes I removed the sidebar navigation of my landing page (https://www.business-photography.ch/bewerbungsfoto-zuerich) I used the code mentioned in this forum. I used the page id and set the navigation to display none. design -> custom css Now I want the navigation being displayed again, however, I cannot find the code in the custom css. Does anybody know how to get the navigation sidebar back? Appreciate your help. Link to comment
creedon Posted October 2, 2020 Share Posted October 2, 2020 Here are a couple of places to look to start. Page Settings > Advanced > PAGE HEADER CODE INJECTION for that page. The other place to look is Settings > Advanced > Code Injection > HEADER or FOOTER. You'll be looking for the following. #header { display: none } You can remove it or comment it out. You can comment out like... /* #header { display: none } */ Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
mike-zh Posted October 2, 2020 Author Share Posted October 2, 2020 Thanks a lot. That was a good pointer in the right direction. Found it in Page Settings > Advanced > PAGE HEADER CODE INJECTION for that page. I had a couple of other code entries in there, so I overlooked the display one. Thank you for the fast help! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.