Is there a simple way to change the two vertical bars and the content area to black. I basically want to make the colors of the theme black, or shades of black with white text. Thanks
Hi, Please provide us the URL of your website along with some edited screenshot so that we can provide you the exact solution. Thanks, Praveen
http://www.rebeccajamesphotography.com/snipersteel/ Here is the website url. And attached is a screenshot. I am trying to make it a darker color theme. With the content area being a darker color. The font being white. And the header being a darker color as well. Thanks for your help.
Hi, Please follow the screenshot given below. Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .main-container-wrapper { background: rgb(161, 168, 168); } .flex-caption { background: #888888 !important; } .flex-caption a span { color: white !important; } .flex-caption h1, .flex-caption p { color: white !important; } Thanks, Praveen
Thanks Praveen! Is there also a simple way to change the color of the footer and the font colors? Thanks
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer-wrapper .bottom-footer { background: gray; } .bottom-footer p { color: red !important; } .bottom-footer a { color: green !important; } Thanks, Praveen