Guest ladyniks Posted February 26, 2020 Share Posted February 26, 2020 Site URL: https://www.huesofcomfort.com/ Hi, I'm wondering if it's possible to remove both the header and footer from select (not all) pages? I have a business account. Link to comment
tuanphan Posted February 27, 2020 Share Posted February 27, 2020 Add to Page Settings > Advanced > Header <style> header#header { display: none; } </style> I don't see footer on your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MRHougland Posted April 15, 2020 Share Posted April 15, 2020 What about how to remove a footer? What would that code be? Specifically on: www.matthewhougland.com/teachers-only Link to comment
nathanlmcguire Posted April 26, 2020 Share Posted April 26, 2020 I'm also struggling to get rid of the footer on my homepage. Any helpful tips to get rid of it? Link to comment
tuanphan Posted April 26, 2020 Share Posted April 26, 2020 On 4/16/2020 at 6:14 AM, MRHougland said: What about how to remove a footer? What would that code be? Specifically on: www.matthewhougland.com/teachers-only Add to Page Settings > Advanced > Header <style> /* Remove Header Footer */ header, footer {display:none;} </style> 2 hours ago, nathanlmcguire said: I'm also struggling to get rid of the footer on my homepage. Any helpful tips to get rid of it? You use SS 7.1? Add this to Home > Design > Custom CSS .homepage footer {display:none;} Aesthetic_Collab 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
nataliaswarz Posted October 26, 2020 Share Posted October 26, 2020 Hello! How can i do this on desktop only? I'm using this code: <style> header#header { display: none; } </style> But i would like to show the header on mobile. Thank you! Link to comment
tuanphan Posted October 27, 2020 Share Posted October 27, 2020 9 hours ago, nataliaswarz said: Hello! How can i do this on desktop only? I'm using this code: <style> header#header { display: none; } </style> But i would like to show the header on mobile. Thank you! <style> @media screen and (min-width:768px) { 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
luisabojaca123 Posted March 19, 2021 Share Posted March 19, 2021 Hello I've added a coded footer and now I would like to remove it from my contact page. How can I do this? Link to comment
tuanphan Posted March 24, 2021 Share Posted March 24, 2021 On 3/20/2021 at 6:10 AM, luisabojaca123 said: Hello I've added a coded footer and now I would like to remove it from my contact page. How can I do this? Edit Contact Page >> Add a Code Block >> paste this code <style> body footer {display: none !important;} </style> Ninwood 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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