- Code: Select all
.frontpage #gkHeader {
background: url('../../../images/speenvarken-1.jpg') no-repeat fixed center top transparent;
}
and third background-image by adding next code to the override.css
- Code: Select all
.box.parallax {
background-image: url('../../../images/speenvarken-3.jpg');
}
Problem is the 2nd background-image (images/demo/specials_bg.jpg), where should this be changed?
