I would like to change the colors of all the home page headings - see attached image as I am still in maintenance mode. Thank you.
Hi scarn! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-content .feature-content-inner h2 { color: red; } .feature_testimonial h2 { color: red !important; } .feature_blog_content h2 { color: red; } Thanks, Praveen