Hello, Go to -- Appearance > Theme Option > Styling Option > Custom CSS Paste following code in Custom CSS and press Save All Changes button. Code: body{ background : black; } This will solve your issue. Thanks & Regards Yogesh Bhade
Perfect, thank you! As a follow up... 1. If I wanted to use an image/pattern instead black, how would I do that? 2. The top top menu bar area is still white. Can that be changed as well? Thank you!
Hello, For first Issue- goto (Appearance -> Editor -> function.php) paste below code at the end of file and update file PHP: add_theme_support( 'custom-background'); after that goto (Appearance -> Customize -> Background image) do all settings & save and publish. For second Issue- Go to -- Appearance > Theme Option > Styling Option > Custom CSS Paste following code in Custom CSS and press Save All Changes button. Code: .menu-wrapper { background : black; } Code: .menu_container { background:black; } Thanks & Regards Pramod Patel
Great - thank you! The second issue is resolved perfectly. As for the first issue... I can't tell if it's working, because of the other posted problem about images not working. I look forward to getting that resolved with your assistance... please see other post called "Upload Image Problem" and my recent thread.
Hello ! We have got your concern, and started working over it. We will reply you soon. Thanks & Regards Pramod Patel