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.
body[data-bg="1"] {
background: none repeat scroll 0 0 #000000;
}