Red_Dot_Design Posted October 10, 2023 Posted October 10, 2023 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
Solution tuanphan Posted October 12, 2023 Solution Posted October 12, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
NikiHutchison Posted October 23, 2023 Posted October 23, 2023 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;
tuanphan Posted October 24, 2023 Posted October 24, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
maven76 Posted August 20 Posted August 20 I used this code and it the pages now just flash white when loading.
tuanphan Posted August 21 Posted August 21 19 hours ago, maven76 said: I used this code and it the pages now just flash white when loading. Can you share site url? 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!)
priyasha Posted November 8 Posted November 8 Hi this is happening with my site too. Could you please take a look - priyasha.co.uk
tuanphan Posted November 10 Posted November 10 On 11/9/2024 at 2:36 AM, priyasha said: Hi this is happening with my site too. Could you please take a look - priyasha.co.uk You try this to Website Tools > Custom CSS body { background-color: #fff; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment