• Can I change the page background? The skins are pretty plain and I want a bit more texture?
    How can I set something like that as a default?

Viewing 3 replies - 1 through 3 (of 3 total)
  • body {
    background: 	url(/wp-content/uploads/NAMEOFFILE.png) repeat  ;
    }
    
    #main-wrapper {
    background: white;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 10px;
    }

    You need to create a png or jpg with the pattern you require. Can be as small as you like (eg 5x5px) because the pattern will repeat in both x & y dimensions.

    You may also want to adjust the #main-wrapper color. eg try #FAFAFA which is slightly less white.

    I meant background: #FAFAFA; in case I confused you.

    I used a plugin (Subtle Background Patterns) that enabled color, pattern, texture change, etc.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change page background’ is closed to new replies.