• Hey Guys

    I am looking for a SUPER simple wordpress theme and I am having the hardest time finding one.

    I want to put a background tile in the background that will just be repeated.

    I want the header to be a graphic that I can change.

    And I want it to be one column.

    Can someone give me a hand?

    I’d use the kubrick one but it doesn’t seem to allow one to add a tiled background (I want to add a texture).

    Best,

    MWM

Viewing 1 replies (of 1 total)
  • Sure you can add a tiled background in Kubrick theme. You need to upload that image you want to tile in your theme’s image folder e.g. /images/, then open up your theme’s style.css and add this to your body:

    body { /* after other styles */
    background: url(images/mytile.jpg);
    }

    this will repeat the background image throughout body of site

Viewing 1 replies (of 1 total)
  • The topic ‘Need Desperate Help Finding a Simple Template’ is closed to new replies.