On all my pages (except the home), it shows my menu and logo in front of a gray background. Is there a way I can change that header color, or even better, change the header background to a photo?
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_container.not_home { background: #303030 url( your background image URL ) center repeat-y; } It will resolve your issue Thanks, Praveen