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 (edited) 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. Edited October 2, 2020 by creedon Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! 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! creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment