text colour

Hi again if its already been posted anyware els I apologize

Can you tell me how to change all the text color on site to #00ccff

Thanks

You could start adding this to the theme.css file:

html, body {
margin: 0px;
padding: 0px;
color: #00ccff

(...)how to change all the text color on site to #00ccff(...)

*{color:#0cf !important;}
Dit topic is gesloten wegens langdurige inactiviteit. Erop posten is niet mogelijk.
Bekijk de code op GitHub