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
How can I make this template to use a set background?
thanx
-
- Fresh Boarder
- GK User
- Mon Feb 02, 2015 7:09 pm
Hi,
1) color or image?
2) for module or for whole <body> ?
1) color or image?
2) for module or for whole <body> ?
-
- Platinum Boarder
- GK User
- Mon Feb 02, 2015 7:21 pm
Hi image,
for entire template please
for entire template please
-
- Fresh Boarder
- GK User
- Mon Feb 02, 2015 11:01 pm
Start from this guide: https://www.gavick.com/documentation/jo ... ound-image
-
- Platinum Boarder
- GK User
- Tue Feb 03, 2015 8:47 am
-
- 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:
all background color should be green instead of white. So now is easy part ... for you.
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.
-
- 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
almost working!
this is my code:
#gkBg { background-color: #CCCC99; }
}
But some of the modules are still white.
thanks
-
- 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.
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.
-
- Platinum Boarder
8 posts
• Page 1 of 1