robertindustries Posted May 20, 2020 Share Posted May 20, 2020 I need help with custom css code to have ddifferent colored footers on different pages. Link to comment
tuanphan Posted May 20, 2020 Share Posted May 20, 2020 Add to Page Settings > Advanced > Header <style> footer#footer-sections .content-wrapper { background: green !important; } </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
Claire_auck Posted October 27, 2021 Share Posted October 27, 2021 On 5/21/2020 at 10:57 AM, tuanphan said: Add to Page Settings > Advanced > Header <style> footer#footer-sections .content-wrapper { background: green !important; } </style> Hey @tuanphan How can I make this colour go across the full width? Cheers 🙂 Link to comment
tuanphan Posted October 29, 2021 Share Posted October 29, 2021 On 10/27/2021 at 7:56 AM, Claire_auck said: Hey @tuanphan How can I make this colour go across the full width? Cheers 🙂 Try this <style> footer#footer-sections .content-wrapper { background: green !important; max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; } </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
Claire_auck Posted October 29, 2021 Share Posted October 29, 2021 4 minutes ago, tuanphan said: Try this <style> footer#footer-sections .content-wrapper { background: green !important; max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; } </style> Perfect Tuan, 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