change background?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Feb 15, 2014 10:55 am
Reply with quote
Report this post
Hi,

I have tried to change the background from white to Another color and image but without luck.

can someone send an instruction how to get an image background?
User avatar
Junior Boarder

teitbite
Sat Feb 15, 2014 12:05 pm
Reply with quote
Report this post
Hi

Please just add this code to css with a color of Your choice.

Code: Select all
body,
.gkMenu > ul > li {
    background: none repeat scroll 0 0 #DDDDDD;
}

#gkHeader > div:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
User avatar
Moderator

GK User
Sat Feb 15, 2014 3:58 pm
Reply with quote
Report this post
Thanks,

And if I want an image background?

/Onelime
User avatar
Junior Boarder

teitbite
Tue Feb 18, 2014 10:18 pm
Reply with quote
Report this post
Hi

Than use this code:

Code: Select all
body,
.gkMenu > ul > li {
    background: url(URL_TO_IMAGE) repeat scroll 0 0 #DDDDDD;
}

#gkHeader > div:first-child {
    background: none repeat scroll 0 0 transparent;
}
User avatar
Moderator


cron