Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Full page background in wordpress Re: Full page background in wordpress

#140274
Senff
Participant

Go into your theme settings and change the background color of the theme:

http://anton.stallbacka.com/wp-admin/themes.php?page=custom-background

I’m not sure how to remove it though (once it’s set), so you may just have to override it by adding this to your CSS:

html body.custom-background {
background-color:transparent;
}