How to make the hoem page content have a white 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
Mon Apr 14, 2014 11:03 pm
Reply with quote
Report this post
Hi,
I have published the featured article on the home page in the main_body position but the text does not have a white background. Can you please tell me how I can make the background of the main_body content to have white background?
Thank you for your prompt reply!
Kind regards

Site URL: http://192.185.154.195/~a2z/
User avatar
Senior Boarder

GK User
Tue Apr 15, 2014 8:05 am
Reply with quote
Report this post
Please edit: /templates/gk_sho_and_buy/css/override.css and add at its end:
Code: Select all
#gkMainbody {
    background: #fff;
    margin: 0 7px 0 -7px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron