Currently, the background color is dark and text is white in color, but I wanted to have a lighter color for the background and blue color font. Where do I go to make these changes?
Hello, Please provide us your website url as well as the screenshot which text color do you want to change. Thanks & Regards Yogesh Bhade
Website : www.ecss.org.sg Current : The Slider background is Green (choose from option) Text = white Wanted to change to a lighter background colour, and Text = Navy Blue
Hello, 1. You have to edit functions.php file as shown below in screenshot. 2. Then paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider_wrapper{ background: white; } .slide .entry h2 { color: blue; } In place of blue write colorcode of navy blue color in above code. It will resolve your issue. Thanks & Regards Yogesh Bhade