Template Background

GK User
Mon Feb 02, 2015 7:05 pm
Dear readers,

How can I make this template to use a set background?

thanx
User avatar
Fresh Boarder

GK User
Mon Feb 02, 2015 7:09 pm
Hi,
1) color or image?
2) for module or for whole <body> ?
User avatar
Platinum Boarder

GK User
Mon Feb 02, 2015 7:21 pm
Hi image,

for entire template please
User avatar
Fresh Boarder

GK User
Mon Feb 02, 2015 11:01 pm
User avatar
Platinum Boarder

GK User
Tue Feb 03, 2015 8:47 am
Hi Oscar,

Thanks for the feedback. But it doesnt seem to work.

www.ihunt.co.za
User avatar
Fresh Boarder

GK User
Thu Feb 05, 2015 9:38 am
It's was general tip only.
This template is much more complicated.

But if you will use this:
Code: Select all
#gkBg {
    background: green;
 
}


all background color should be green :) instead of white. So now is easy part ... for you.
User avatar
Platinum Boarder

GK User
Thu Feb 05, 2015 11:25 am
Hi Oscar,

almost working!

this is my code:

#gkBg { background-color: #CCCC99; }

}

But some of the modules are still white.

thanks
User avatar
Fresh Boarder

GK User
Thu Feb 05, 2015 1:31 pm
yep, each module is a different story.
The most easy solution will be create a "white" class and use it for all modules: https://www.gavick.com/documentation/jo ... ass-suffix

Sure you can override all modules but ... this should be your decision.
User avatar
Platinum Boarder


cron