MRJohnston Posted July 4, 2023 Share Posted July 4, 2023 Hi I have used CSS code to make the footer of my website match each page colour. However I think somehow it's still reading the background as the colour set in site styles. Anyway I can remove this? OR Is there a better method to make all footers match the different page colour without this happening. Password for site is: 1234 Link to comment
tuanphan Posted July 4, 2023 Share Posted July 4, 2023 Add to Design > Custom CSS body { background-color: #eae8ae; } 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
MRJohnston Posted July 5, 2023 Author Share Posted July 5, 2023 (edited) This is the code I have used that makes the footer background yellow. I added that code you sent in and it didn't work or not sure if I applied it in the wrong area. body#collection-6497dfd482491c089b27bf0f footer.sections .section-background { background: #EBE89A !important; } Edited July 5, 2023 by MRJohnston Link to comment
tuanphan Posted July 6, 2023 Share Posted July 6, 2023 On 7/5/2023 at 4:54 PM, MRJohnston said: This is the code I have used that makes the footer background yellow. I added that code you sent in and it didn't work or not sure if I applied it in the wrong area. body#collection-6497dfd482491c089b27bf0f footer.sections .section-background { background: #EBE89A !important; } Can you share link to page in screenshot? 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
MRJohnston Posted July 6, 2023 Author Share Posted July 6, 2023 sure! https://meander-studio.squarespace.com/portfolio-home Link to comment
Solution tuanphan Posted July 7, 2023 Solution Share Posted July 7, 2023 On 7/4/2023 at 4:01 PM, tuanphan said: Add to Design > Custom CSS body { background-color: #eae8ae; } I just tested this code, it should work. Have you added it to CSS box yet? 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
MRJohnston Posted July 9, 2023 Author Share Posted July 9, 2023 Thank you so much! It worked. I had to direct it at the collection and works now 🙂 body#collection-6497dfd482491c089b27bf0f {background-color: #EBE89A;} 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