C
asked 11 years ago

Hi there,

I bought and downloaded the DW Page theme today.  I cannot find any instructions on how to set different backgrounds for each page?

 

I would ideally like to create seperate pages instead of displaying all on one. Is this possible?

1 Answers
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");
}

Regarding  creating seperate pages instead of displaying all on one.
We are willing to support you for basic theme issues and bug fixes. However, unfortunately, this request is beyond that because our theme does not support this problem yet at the moment.

Powered by DW Question & Answer Pro