vcm Posted August 20, 2021 Share Posted August 20, 2021 Site URL: https://newspatiaresidences.squarespace.com/ Hi, I'm trying to code in CSS a way to change the site background color when navigating to a specific page. Can anybody help ? Thanks Link to comment
vcm Posted August 20, 2021 Author Share Posted August 20, 2021 Solved. On spectific page: <style> .header-announcement-bar-wrapper { background: red !important; } </style> On Custom CSS: [data-section-id="XXX"] .section-background { background: red !important; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.