How to change background colour

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Tue Mar 18, 2014 3:57 pm
Hello

I have searched the forum but didnt find any other question about how to change the background colour.
I mean other than the 3 default colours.

I tried some changes to css but i couldnt change the colour. As i dont know many thing about css, if you can give me some instructions about that :)

Thanks
User avatar
Fresh Boarder

GK User
Tue Mar 18, 2014 6:43 pm
Hi,
forum is not always good place for searching...
especially that we have : http://www.gavick.com/documentation/cat ... -template/
with many guides.
User avatar
Platinum Boarder

GK User
Thu Mar 20, 2014 9:59 am
Pawel F wrote:Hi,
forum is not always good place for searching...
especially that we have : http://www.gavick.com/documentation/cat ... -template/
with many guides.


Thanks for your reply :)
I have read that guide but couldnt find how to change the colour i wanted.
I asked here because that guide was generally for all your templates, but i wanted something more specific about that template.

Also i couldnt find at any css file

body { background-color: #003399;}
or
body { background: #333;}

Could you help me with that specific template and tell me what shall i do?
User avatar
Fresh Boarder

GK User
Thu Mar 20, 2014 12:16 pm
Yeah, exactly each template is different.
But in most cases basic rules are this same.
Check those again:
1) http://www.gavick.com/documentation/joo ... -template/
2) http://www.gavick.com/documentation/joo ... und-image/


But in old templates like AppsPro Tech you have to override #gkBg not body
Use
Code: Select all
#gkBg { background:red }

or
Code: Select all
.nobg > div#gkBg { background: red;}

To get red background etc.. and tip number (1) above :silly:
User avatar
Platinum Boarder


cron