Simon Williams
asked 11 years ago

I have just obtained DW Page Retro through Creative Market – I love the all on one page format.

I am playing with the theme using InstantWP and wondered if it is possible to have a photo on the home page? I have tried doing this manually and what I get is a tiled picture using part of the image. I changed the pattern-4 image to my image.

Your videos are for the modern theme only.

Many thanks

 

Simon

3 Answers
DominicStaff
answered 11 years ago

This video is used for all themes of DW Page. If you want to change the image on the home page, please follow our instruction here:

The fastest and easiest way is to directly change the pattern-4.jpg file here: wp-content\themes\dw-page-retro\img

Simon Williams
answered 11 years ago

Hi Dominic

Thank you for taking the time to answer my question however it doesn’t quite work. The issue is this theme seems to tile the pattern-4 image – however what I want is one single photo across the page similar to the modern DW Page theme. When I substituted the pattern-4 img for my photo it tiled it and in fact only part of the image appeared. Do I have to change the code slightly?

Thanks again for the time.

 

Simon

DominicStaff
answered 11 years ago

To change the background for each page. please add the following code to the style.css file.


body {
    background: url("img/....jpg") no-repeat;
}
#introducing {
background: url("img/....jpg");
}

.section.portfolio {
background: url("img/....jpg");
}

#team {
background: url("img/....jpg");
}

#client {
background: url("img/....jpg");
}

#contact {
background: url("img/....jpg");
}

Also. you can send me your site for further checking.

Powered by DW Question & Answer Pro