how to change background color of whole site

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jun 19, 2013 5:50 am
Reply with quote
Report this post
Hi! I'd like to change the background color of the template, so it's a specific hex color instead of the white that's built into the template. How do I do this?

Thank you for your help!
User avatar
Fresh Boarder

teitbite
Wed Jun 19, 2013 7:47 am
Reply with quote
Report this post
Hi

Please use this code:

Code: Select all
body {
    background: none repeat scroll 0 0 #xxxxx;
}
User avatar
Moderator


cron