By default, there is a black section in the top of the theme. This looks like an image but I can't seem to find this image. Is it an image or css? The image I have attached shows the area that I need to change. If it's a file can you tell me the filename? Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header-container { background-image: none; background: red; } In place "red" you can put your color or color code. This will solve your issue.