Remove Background Color Flicker on Loading

Jimdo websites have a default background color set for each template. If your website uses a different color than the default, visitors will some times see a flicker of the original color before the background loads. 

 

This code will set the default background to be white. You can change the color to whatever you like to make it match the colors of your website.

 

 



<style type="text/css">
/*<![CDATA[*/

  body {
  background-color:white !important;
  }

   .jtpl-background-area { background-color:white !important;
}   
/*]]>*/
</style>