Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-wrap h1 { color: red; } .contact .contact h2 { color: red; } .content-wrapper h2 { color: red; } In place of "red" you can put your color or color code. This will solve your issue.