Background color

GK User
Tue Apr 10, 2012 8:40 am
Hi

I'm having trouble changing the background color in AppPhone template. Default is grey, and I tried to change it in template.css (almost first line of css file) and it doesn't work.

Could you please point me in rigth direction.

Thanks,
Sinisa
User avatar
Junior Boarder

GK User
Tue Apr 10, 2012 8:58 am
In Appphone template the background is set via graphich file in every styleX.css file, so you need to open file depends of your template color like style1.css, style2.css, style3.css and in line 13 in every file you can change the background image or color.
User avatar
Platinum Boarder

GK User
Tue Apr 10, 2012 9:07 am
That was quick, thanks for help.

I have one other question. On this same theme fonts have somekind of shadow - menu items for example. Is it possible to remove that shadow?
User avatar
Junior Boarder

Konrad M
Tue Apr 10, 2012 2:04 pm
To remove shadow from menu items you have to add to override.css
Code: Select all
#gk-nav #gk-mainnav > div > ul > li > a, #gk-nav #gk-mainnav > div > ul > li > span {
text-shadow: none !important;
}

and remember to enable override.css option in template settings
User avatar

GK User
Wed Apr 11, 2012 11:38 am
Thanks for your help Konrad
User avatar
Junior Boarder

Konrad M
Thu Apr 12, 2012 12:34 pm
I'm glad I could help.
User avatar


cron