Alexander Demetz
asked 10 years ago
3 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can change the image title: header-bg.jpg, then copy / paste your image into the “img” folder in the folder path “wp-content\themes\dw-page-modern\img”.

Alexander Demetz
replied 10 years ago

Hello, thank you. But I am not able to copy paste the image. I am using text wrangler…

Dominic Staff
replied 10 years ago

You can add the following code to the style.css file:
body { background: url(‘FILE URL’) fixed no-repeat top center; }
Note: Please add your image to Media, then copy the FILE URL on the right hand side.

Alexander Demetz
replied 10 years ago

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body { background: url(‘FILE URL’) fixed no-repeat top center; http://www.ruralurban.eu/wp-content/uploads/2014/07/RU-Titelbild-FB.jpg}
background-size: 100% auto;
font-family: ‘Open Sans’, sans-serif;
font-size: 14px;
line-height: 22px;
color: #333;
font-weight: lighter;
}

I did it like this, but it doesn`t work… I´am sorry…

DominicStaff
answered 10 years ago

To resolve this issue, please add the following code:

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body { background: url('http://www.ruralurban.eu/wp-content/uploads/2014/07/RU-Titelbild-FB.jpg') fixed no-repeat top center;
background-size: 100% auto;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 22px;
color: #333;
font-weight: lighter;
}

Hope this helps !

Alexander Demetz
replied 10 years ago

Hello,
no, it do not work. Sorry. I did it with the editor..
Regards, Alexander

Dominic Staff
replied 10 years ago

You can send me username & password of your site (via private answer) for further checking.

DominicStaff
answered 10 years ago

Right now, you can check your site, I have helped you resolve this issue.
Please find here for the document guide on how to configure the theme: http://cmspioneer.com/designwall/guide/dw-page/

Powered by DW Question & Answer Pro