Take out background image

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
Tue Oct 23, 2012 6:55 pm
Reply with quote
Report this post
I want to not show the background image and also be able to change the solid background color.
What is the best way to accomplish this?
Thank you.
User avatar
Senior Boarder

teitbite
Wed Oct 24, 2012 1:09 am
Reply with quote
Report this post
Hi

You can do both with just one css class:

Code: Select all
body[data-bg="1"] {
    background: none repeat scroll 0 0 #000000;
}
User avatar
Moderator

GK User
Wed Oct 24, 2012 3:41 am
Reply with quote
Report this post
Worked perfect. Thank you.
User avatar
Senior Boarder

teitbite
Wed Oct 24, 2012 12:22 pm
Reply with quote
Report this post
Hi

No problem, glad I could help.
User avatar
Moderator


cron