I'm having the hardest time figuring out how to change my default background image to just a simple black color. Help!?
Hello, Go to the Appearance > Theme Options > General Settings panel in your dashboard and upload your background image from the Background Image section. Or you can also paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: body { background-image: none ! important; background-color: black ! important; } In place of "black" you can put your color or color code. This will solve your issue.