The home page looks beautiful, but when you click on the subsequent pages, there is a large solid colored header. Is there a way to change this header on those subsequent pages to an image that just takes up the header space? Thanks.
Hello, Could you please provide us some edited screenshot of your issue so that we can assist you accordingly? In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily. Thanks, Praveen
As you can see from the side by side comparison, the home page looks beautiful and I love it and I don't want to change it. The subsequent pages all have a thick, solid colored header that I don't really like. This is what I would like to change - the header on the rest of the pages of the website (excluding the home page). I would like to be able to put an image there that fits to the header section, but is also mobile and device friendly, so it will be responsive as well.
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: url( your background-image path) no-repeat; } Thanks, Praveen