Andy8585 Posted July 23, 2022 Share Posted July 23, 2022 (edited) Site URL: https://treelite.studio/ I am trying to take the header off of only one page on my website. I’ve watched all of the tutorials and it appears to be an easy thing to do. Yet, I have only been able to remove all of the headers, not just the header to a specific page. It appears that my page only has a general collection id that applies to the entire website. I have searched the code on my page and can’t find a collection code that specifically applies to my one page so I can only remove the header from it. Here is the website: https://treelite.studio/ Here is the page I’m trying to remove the header from: https://treelite.studio/#/mini-shoots/ Edited July 23, 2022 by Andy8585 Link to comment
sayreambrosio Posted July 23, 2022 Share Posted July 23, 2022 (edited) 4 hours ago, Andy8585 said: Site URL: https://treelite.studio/ I am trying to take the header off of only one page on my website. I’ve watched all of the tutorials and it appears to be an easy thing to do. Yet, I have only been able to remove all of the headers, not just the header to a specific page. It appears that my page only has a general collection id that applies to the entire website. I have searched the code on my page and can’t find a collection code that specifically applies to my one page so I can only remove the header from it. Here is the website: https://treelite.studio/ Here is the page I’m trying to remove the header from: https://treelite.studio/#/mini-shoots/ 7.1 site? If it is you can use the code below to remove the header and the footer. I haven't messed with just the header and code isn't my specialty but this worked for me on my newsletter sign up page. <style> .header, #footer-sections{ display:none !important; } </style> Edited July 23, 2022 by sayreambrosio adding code Sayre Design Site: https://www.stregaconsulting.com Author Coordinates: https://bio.site/sayreambrosio Italian Journey: https://bio.site/ambrosiosjrnyhm Link to comment
tuanphan Posted July 26, 2022 Share Posted July 26, 2022 That site is 7.0 version. I see you solved with this code? <style> #collection-5d273678422c790001346383 #navigator header#topBar { display: none !important; opacity: 0; } </style> 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!) 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