Hey
The site I am working on is http://www.edswaterproofing.com/eds_wp_new_site_here
when going from one page to another, or just reloading a page the background image reloads and while doing so the background goes black causing a very unpleasant effect. I have background color set to fff. This happens even if I force browser caching. Disabled all plugins, removed custom css, tried multiple browsers. Another wordpress site is running on the same server and I see no similar issue. Any help please.
Thanks
Rob
Hi Rob
Please add following code to Quick CSS in Enfold theme options under General Styling tab
html {
background-color: white!important;
}
Cheers!
Yigit
Thanks Yigit!!