ThemeShaper Forums » Thematic

[closed]

How do I change main background

(2 posts)
  • Started 12 years ago by revolve
  • Latest reply from revolve
  • This topic is resolved

Tags:

  1. revolve
    Member

    Hi there, first post!!

    I'm totally new to web design and CSS, so bear with me.

    How do I add tiled background throughout the whole page in Thematic?
    I tried doing this by adjusting the style on #wrapper, but no go.

    #wrapper {
    background:url(images/paper.png);
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    }

    Thanks!

    Posted 12 years ago #
  2. revolve
    Member

    This worked

    #wrapper.hfeed {
    background:url(images/paper.png);
    background-repeat: inherit;

    }

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.