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;}
Chủ đề này đã bị đóng do không hoạt động trong thời gian dài. Không thể đăng bài vào chủ đề này.
View code on GitHub