Joe_Booth Posted October 22, 2020 Share Posted October 22, 2020 Site URL: https://www.classfivemind.com/freetraining Does anyone know how to change the header on a specific page without it affecting the entire site? I want to remove the entire header from a landing page I built, but keep it on all of my other pages. I want to remove the logo and button from the Header on this page. I want to keep the entire header like this on all the other pages. Link to comment
tuanphan Posted October 24, 2020 Share Posted October 24, 2020 Add to Page Settings > Advanced > Header (If you use Personal Plan > Edit Page > Insert Code Block > Paste below code) <style> header#header { display: none; } </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
Archived
This topic is now archived and is closed to further replies.