Red_Dot_Design Posted October 10 Share Posted October 10 My client has updated lots of pages on her site and now when some of the pages load (for example this one: https://www.nikihutchison.com/master-your-marketing) there are background colours appearing as they load, before the new colours settle into place. Can anyone explain why this might be happening? Thanks, Tara Link to comment
Solution tuanphan Posted October 12 Solution Share Posted October 12 It looks like it is Site Background Color You can edit section theme. Changing this option If it doesn't work, you can use this code to Website Tools (under Not Linked) > Custom CSS :root { --siteBackgroundColor: white; } body#collection-6501866add04c95b9d949176 { background-color: white !important; } 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
NikiHutchison Posted October 23 Share Posted October 23 Hi @tuanphan thanks for the code above. I've tried to implement this fix. First I checked and the site wide background colour was already set to white and when I attempted to put in the code to the custom CSS it came back with a syntax error on the second row (below) and wouldn't accept the code. Do you have any idea why this might be? Thanks Niki --siteBackgroundColor: white; Link to comment
tuanphan Posted October 24 Share Posted October 24 16 hours ago, NikiHutchison said: Hi @tuanphan thanks for the code above. I've tried to implement this fix. First I checked and the site wide background colour was already set to white and when I attempted to put in the code to the custom CSS it came back with a syntax error on the second row (below) and wouldn't accept the code. Do you have any idea why this might be? Thanks Niki --siteBackgroundColor: white; Try this new code instead, no need first code body#collection-6501866add04c95b9d949176 { background-color: white !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment