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”.
Hello, thank you. But I am not able to copy paste the image. I am using text wrangler…
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.
@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…
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 !
Hello,
no, it do not work. Sorry. I did it with the editor..
Regards, Alexander
You can send me username & password of your site (via private answer) for further checking.
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/
Please login or Register to submit your answer