mkolby
asked 11 years ago

If I want to make a page with a background picture, how do I do that?

2 Answers
Darryl Mitchell
answered 11 years ago

This is a valid question.

DominicStaff
answered 11 years ago

Hello Mkolby !

Please find my answers below:

To change background of the introducing page, please open file template.css, then find the following code.



.introducing {

background: url (“../img/title image”)

}

To change background of Home page , contact & portfolio page .please open file style.css / line 16



.section.style-1 {

background: url (“../img/title image”)

}

To change background of the clients page,please open file style.css / line 103



.section.style-2 {

background: url (“../img/title image”)

}

To change background of the Team page. Please add the following code to the style.css file.



#team {

background: url (“../img/title image”)

}

Note: you need to upload your image to the folder img before it.

Hope this helps!
Regards,
Dominic

Powered by DW Question & Answer Pro