I can’t change background image on header module with Stek

GK User
Fri Oct 17, 2014 2:04 pm
I can’t change background image on header module with Stek.
Help me ...

I write all forum, but I don’t see how do it
User avatar
Fresh Boarder

GK User
Fri Oct 17, 2014 11:10 pm
Hello,

You can change this image in two ways:

1) By changing the following CSS fragment in the css/template.css file:

Code: Select all
.frontpage #gkHeader {
   background: url('../images/header_bg.jpg') no-repeat center top;
   background-attachment: fixed;
}


or by replacing the images/header_bg.jpg file in the template directory to your own one.
User avatar
Administrator

GK User
Tue Oct 21, 2014 8:57 pm
Thank you, I replae the images/header_bg.jpg
User avatar
Fresh Boarder


cron