Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard Code: h1,h2,h3,h4,h5,h6,a,p{ color: #E53535 !important; } Note: you can put your own color code as per your need. Hope it will solve your issue.
Hello, Apply the below CSS for that: Code: div#slider h1 { color: #FFF; } #slider p { color: #FFF; } .copyrightinfo p { color: #FFF !important; } .copyright a { color: #FFF !important; } Hope it will solve your query.