clx Posted March 6, 2022 Share Posted March 6, 2022 Site URL: https://www.mariacarl.net/ Hi, I am trying to change the background color of a single page of my website, which is based on the template Amal. Can someone please help with the CSS commands to change the background color of the entire page (header, body footer)? Page id: #collection-61e3af2d7fd5c52d7a9578f9 Desired color: #926fe7 Link to comment
Jia Posted March 6, 2022 Share Posted March 6, 2022 (edited) 5 hours ago, clx said: Site URL: https://www.mariacarl.net/ Hi, I am trying to change the background color of a single page of my website, which is based on the template Amal. Can someone please help with the CSS commands to change the background color of the entire page (header, body footer)? Page id: #collection-61e3af2d7fd5c52d7a9578f9 Desired color: #926fe7 Hi, add this code to custom css. Let me know how it goes 🙂 #collection-61e3af2d7fd5c52d7a9578f9 { .header .header-announcement-bar-wrapper, .section-background, footer#footer-sections .section-background { background-color:#926fe7 !important; } } Edited March 6, 2022 by Jia Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio 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