victoriapettersson Posted June 10, 2021 Share Posted June 10, 2021 Hi everyone, I tried changing the background color on ONE page, by using the Advanced field in settings for that specific page. ( I use the brine template). I used this code which i found on a blog and it worked according to the pictures and guided steps on the blog: <style> .Main { background-color: #f7eee9 !important; } </style> however, it still affected some of the other pages. I read somewhere that adding a code there would only affect that page, so im confused as to why it changed the backgrounds on other pages too? Does anyone know how to get different background colors on different pages? I'm not an experiences coder so bare with me 🙂 thanks! Link to comment
LaurelB Posted June 11, 2021 Share Posted June 11, 2021 Try this in the advanced tab (replace with your color) <style> body {background-color: black;} #canvas {background-color: black;} </style> If it doesn't work - send me the page link and i'll take a look! Link to comment
tuanphan Posted June 11, 2021 Share Posted June 11, 2021 Hi. Design > Site Styles > Disable Ajax Loading & check again 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
victoriapettersson Posted June 19, 2021 Author Share Posted June 19, 2021 On 6/11/2021 at 5:30 AM, LaurelB said: Try this in the advanced tab (replace with your color) <style> body {background-color: black;} #canvas {background-color: black;} </style> If it doesn't work - send me the page link and i'll take a look! Thank you, so instead of ”black” should i write it as for example #ffffff ? Because the colors i want cant really be described as just red or pink etc thanks! Link to comment
victoriapettersson Posted June 20, 2021 Author Share Posted June 20, 2021 On 6/11/2021 at 10:36 AM, tuanphan said: Hi. Design > Site Styles > Disable Ajax Loading & check again Ohh interesting, will try! Thanks! 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