Change Background

Homepage Community Forums Legacy Theme Support Change Background

Tagged: 

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

      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
        Customer

          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.