- This topic has 3 replies, 2 voices, and was last updated 10 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Legacy Theme Support › Change Background
Tagged: background
In WordPress, there are options to change the background, however I can’t get this to work with with Legacy. Any ideas?
In your style.css file the #wrap has a background #fff (which is white) and thats the reason you don’t see the background image, or color that you added. All that you would need to do is remove the background from #wrap and it should work.
#wrap {
background-color: #fff;
margin: 0 auto;
padding: 0;
}
Thank you Wes, that worked.
And would I remove the background colours / images in the Legacy Blue version? I’m looking to build a minimalistic site with blue header titles and hyperlinks.
Yes, you would need to remove it if you don’t want it to show.