Background in articles like the demo

GK User
Sun Apr 27, 2014 7:08 pm
]Hello,

I'm trying to find how to change the background to make my website like demo, but I can't find it.

This is Gavick's demo:
example2.PNG[/attachment

and this is my website: [attachment=0]example.PNG


Where should I modify that?

THanks!
User avatar
Expert Boarder

GK User
Sun Apr 27, 2014 9:10 pm
Hi,
please spend few moment on this part of CSS code that we used:
Code: Select all
#gkBg {
    background: url("templates/gk_game/images/header_bg.jpg") no-repeat scroll center 0 / 2400px 900px #EEEEEE;
    overflow: hidden;
}


Now you see which image file you have to replace ? :ugeek:
User avatar
Platinum Boarder

GK User
Sun Apr 27, 2014 10:37 pm
Thanks Pawel.

And how to avoid images in the background and in the slides in the homepage to be blurred? And why the px for this background image are so big (2400px?)
User avatar
Expert Boarder

GK User
Mon Apr 28, 2014 7:36 pm
If you don't want to use images - override with background: none; or just replace with bgcolor.

body.noBg #gkBg, #gkBg {
background-image: none;
background: none;
}

and if you don't want to use image on homepage - check module named "Image Show" , position: header , type: Image Show GK4
images are there - in slides.

And why the px for this background image are so big (2400px?

Hmm, I really don't know, I didn't design this template.
Maybe our graphic designer have too big screen (~26").
User avatar
Platinum Boarder


cron