I'd like to have simply a white background. I've clicked the "Remove Image" and saved the settings, but the white wood paneling continues to show. Is there a custom CSS tag I could implement? Thank you!
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: body { background: none; } This will solve your issue.