01-08-2015, 04:27 PM
So all WordPress sites come with a background border that extends beyond the WordPress site. Usually gray in colour. I've been trying to get rid of mine but can't find the element in the CSS. I get a feeling it's something that is global and the CSS resides on top of it.
So now to figure out how to get rid of that global thingie. An image maybe?
Right. I've now found a bg.png file in this line:
The #ddd is the same color as the bg.png
Change the #ddd without changing the bg.png and there is no change.
Even though I get the principle it's kind'a clumsy and archaic.
So now to figure out how to get rid of that global thingie. An image maybe?
Right. I've now found a bg.png file in this line:
Code:
background: #ddd url("images/bg.png");
The #ddd is the same color as the bg.png
Change the #ddd without changing the bg.png and there is no change.
Even though I get the principle it's kind'a clumsy and archaic.
