CSS Problem on reload

Posted in: Newspaper
Post count: 73

Hello,

We have noticed on v6 that all the styling changes we have applied take effect a few seconds after the page loads, essentially turning all default elements to the custom styled ones, but we a delay.

You can take a look here http://greece.greekreporter.com/ – for example notice the menu background colors.

Any help greatly appreciated.

thank you!

Post count: 7909

Hi,

This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file, which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it and see if you still have this issue.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.