Hi Guys

Where can i place a background image into the contents area
had a look in the articles.css file and cant find the correct place to add the background img

i try and explain what i mean here
i have a 3 colum layout and the place i would like to add a background image is where all the main text is like a watermark
that displays under the text

Regards

Comments

philbar’s picture

Status: Active » Fixed

First, you should be using a sub-theme, Footheme, that way you can still update Sky without your theme customization being overwritten. Then use something like Firebug to find the DOM element to add the style to in your style.css file.

Should look like this:

.article-1 .column-3 {
  background-image: src('img.gif');
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.