J vdv
asked 11 years ago

Hi,

Im not sure how i did it but it seems i lost the background of my home page.

http://www.joostnagelmaeker.com/#home

This image http://www.joostnagelmaeker.com/www/wp-content/themes/dw-page-modern-sta/assets/img/header-bg.jpg is not loading. Well if you load the page you might see it briefly but then it disappears so i think its covered up.

Also “Home” should not be visible but it is.

The page begins with this code:

<div class=”header”>
<div class=”hero-unit”>

</ br>

<span class=”highlighta”>Fysiotherapie</span><span class=”highlightb”>maar dan anders</span>

etc. etc.

And in the style.css i got this:

 

body {
background: url(assets/img/header-bg.jpg) fixed no-repeat;
background-size: 100% auto;
font-family: ‘Open Sans’, sans-serif;
font-size: 14px;
line-height: 22px;
color: #333;
font-weight: lighter;
}

.header {
background: none;
}

 

How can i get my fixed background back?

2 Answers
DominicStaff
answered 11 years ago

Hello Jvdv !

To display the background your home page. You can open the template.css file and add the following code :

 
#home {
background: transparent;
}

Please don’t hesitate to contact us if you have further questions.
Hope this help !
Regards,
Dominic

J vdv
replied 11 years ago

Thanks, it did the trick.

J vdv
replied 11 years ago

Oops, still got one question. How do I hide the ‘Home’ title like in the demo page? Not sure how i messed it up also, did not changed any css code.

DominicStaff
answered 11 years ago

Hi Jvdv !

You can send for me a screenshot for further checking.

Regards,
Dominic

J vdv
replied 11 years ago

I found it myself :), thanks for the help, all problems solved!

Powered by DW Question & Answer Pro