Change background, logo and remove color option from footer

Best WordPress theme for game news websites, game portals or whatever your preferred subject.
GK User
Sun Feb 09, 2014 2:30 pm
Hi,

Im trying to change the background image, the logo and want to remove the Color pickers in the footer.

How do i change this?

And can i lock the background picture?

Sincerely
User avatar
Fresh Boarder

GK User
Sun Feb 09, 2014 11:28 pm
Hi,
1) Sure, check GK theme setting, you should there.... http://www.gavick.com/documentation/wor ... -settings/
2) If you think about image in background ? you should add "fixed" to background property for body.
A little CSS knowledge is needed.
User avatar
Platinum Boarder

GK User
Sun Feb 09, 2014 11:30 pm
ad 2) TIP
Now your body probably looks like this:
Code: Select all
body[data-bg="1"] {
    background: url("../images/bg1.jpg") no-repeat scroll center 0 #F4F4F4;
}


and must be
Code: Select all
body[data-bg="1"] {
    background: url("../images/bg1.jpg") no-repeat fixed center 0 #F4F4F4;
}

...do you see the difference
User avatar
Platinum Boarder

GK User
Sun Feb 09, 2014 11:34 pm
About changing logo of WP webpage : https://www.gavick.com/documentation/wo ... -settings/

also check GK theme settings - all are there, no magic.
User avatar
Platinum Boarder


cron