Site logo

Archived topic

Residual css?

3 replies · Started by Tully on June 23, 2016

Viewing posts 1–4 of 4

Hi Tom,

I have installed the simple CSS plugin and have been playing around with CSS. At one point I changed the background to RED, but I have since deleted that and have an image showing in background.

But the red still shows up when loading or refreshing etc before the background image loads, particularly noticeable on mobiles. I had also played around with altering things using "inspect element" or firebug, but I don't think that changes anything permenately does it?

http://www.bendigodogtraining.com.au

Thanks

It looks like you maybe added the CSS into one of your footer widgets? Take a look and you should see it in there :)

Thanks Tom that was it exactly. I had added the following

<style>
body {
background-color:red;
}
</style>

trying to change the background colour of just one footer widget, but obviously that didn't work! Still trying to get the hang of this css stuff...

Glad I could help! :)

This archived topic is closed to new replies.