Change Background

Home Forums Legacy Theme Support Change Background

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Wes 1 year, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #548

    danielshaw
    Member

    In WordPress, there are options to change the background, however I can’t get this to work with with Legacy. Any ideas?

    #550

    Wes
    Moderator

    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;
    }
    #555

    danielshaw
    Member

    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.

    #557

    Wes
    Moderator

    Yes, you would need to remove it if you don’t want it to show.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.