mjbuckton Posted June 1, 2020 Share Posted June 1, 2020 Hi, I am creating a site using the Crosby tempate. I need to remove the footer off of just the contact page as the address is repeating twice. (See screenshot attached) I have tried using code injections but they don't seem to work and I am unsure why. Does anyone know how I can remove just the footer off of this page? Any replies will be greatly appreciated.. Link to comment
tuanphan Posted June 2, 2020 Share Posted June 2, 2020 Add to Page Settings > Advanced > Header <style> footer.sections { display: none !important; } </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
mjbuckton Posted June 3, 2020 Author Share Posted June 3, 2020 On 6/2/2020 at 1:48 PM, tuanphan said: Add to Page Settings > Advanced > Header <style> footer.sections { display: none !important; } </style> Thank you so much! Link to comment
jane.melde Posted June 24, 2020 Share Posted June 24, 2020 Hi @mjbuckton & @tuanphan, I am working with the HEIGHTS template, but the custom code you posted here does not work to suppress the footer on one specific page. Is there any other option? Thank you, Jane Link to comment
tuanphan Posted June 24, 2020 Share Posted June 24, 2020 3 hours ago, jane.melde said: Hi @mjbuckton & @tuanphan, I am working with the HEIGHTS template, but the custom code you posted here does not work to suppress the footer on one specific page. Is there any other option? Thank you, Jane Heights uses this code <style> footer.Footer {display: none !important;} </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
jane.melde Posted June 29, 2020 Share Posted June 29, 2020 On 6/25/2020 at 12:30 AM, tuanphan said: Heights uses this code <style> footer.Footer {display: none !important;} </style> Thank you so much, this worked :) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.