How do I change the color of the headline on the child pages. Please see that attached link, I want the word design to be in the same color blue as the the other pages. I'd also like the headlines on all of the other child pages the same color blue as well. http://new.gcbox.com/?page_id=42
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .content_wrapper .fullwidth h1, .content_wrapper .fullwidth-page h1 { color: #006d88; } .content h2 { color: #006d88; } This will solve your issue.