nickjbaker91 Posted July 11, 2020 Posted July 11, 2020 Hi All! I'm currently working on changing the background colour of a specific section. I have managed to target it, but it is also changing the footer background colour of my site? Anyone have any idea how to stop this? Here is the code i am using: #collection-5f087542c703c07a2953ba3b { .page-section:nth-child(1) { background: rgb(255,249,76); } .page-section:nth-child(1) .section-background{background-color:transparent!important} } I am using squarespace 7.1 - unable to share link to site at this moment. Appreciate any help of advice in advance! Thanks
tuanphan Posted July 12, 2020 Posted July 12, 2020 footer.sections .section-background {background: red;} 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!)
nickjbaker91 Posted July 12, 2020 Author Posted July 12, 2020 Hey thanks for the reply! I've inserted the code as below but am not seeing any change to the footer? Any ideas? #collection-5f087542c703c07a2953ba3b { .page-section:nth-child(1) { background: #fee578; } .page-section:nth-child(1) .section-background{background-color:transparent!important} footer.sections .section-background {background: red;} }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.