Just another stupid question!
When the page loads it shows a black background color. I think I started with the “black and white” template but I have changed the General lay-out to White on mainpage settings and tryed to change it with CSS but I cant get it right?
How can I fix it?
Kind regards
Micke
Hey lome61!
Van you please check what is the body background color you have added?
If change it, it will work.
Thank u
Regards,
Basilis
Hi again!
When I first started I used the black template AND after that I changed the background to white, #ffffff.
And on pageload the black backgroundcolour shows.
Do I have to change to a different colour-template OR can I just change the “Main content”-settings.
OR must I owerride the template settings in any way?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
html {
background-color: white;
}
Best regards,
Yigit
Thank´s Yigit
That solved the problem!