How can I remove the background image from default Kubrick.
-
While I have achieved the results that I’m looking for, once the edited css is uploaded a background image appears. See: http://acegroupnyc.wordpress.com (two vertical bars and a grey field) Having some experience with css, I can’t locate where this image is being called from.
Can anyone please help?
The blog I need help with is: (visible only to logged in users)
-
ok, I answered my own question… In the #page attribute in your css, define a background image to use. In my case:
#page {
background-image: url(http://www.youraddress.com/images/white.gif);
background-repeat: repeat;
}It either eliminated the image or covered it up. In any event, it works.
- The topic ‘How can I remove the background image from default Kubrick.’ is closed to new replies.