Is there any way of making the header one block in one solid color? I have a Logo with a White background but it doesn't look good on a black background of the website. I would like to keep the black background of the website and have the header as one white block so that my logo would stand out. Also this may need to change the colors of the navigation buttons along the top. Also How can I change the color of the text on my main page under my slider."That Little Place By The Lights" I would like that to be white as well. Thank you for your help. http://thatlittleplacebythelights.ca/ Jez
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home_container .page_info h1 { color: white; } .header_container { background: white; } It will resolve your issue. Thanks & Regards Yogesh Bhade