Change background to white

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
Wed Jan 30, 2013 9:06 pm
Reply with quote
Report this post
Hi

I would like to know how to remove the gray background from the template on all pages. nobg just seems to remove it from the content. I would like to remove the large gray background that goes from screen edge to edge and replace it with a simple white one for now.

Thanks
User avatar
Fresh Boarder

GK User
Thu Jan 31, 2013 9:36 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
body {background: #fff !important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Thu Jan 31, 2013 7:50 pm
Reply with quote
Report this post
Thank you.
User avatar
Fresh Boarder


cron