My website is http://anymeans.org/. I would like to change the colour of the title text and countdown clock. Can you please tell me how I can make these changes?
Thanks
My website is http://anymeans.org/. I would like to change the colour of the title text and countdown clock. Can you please tell me how I can make these changes?
Thanks
Hi,
Please follow the step after:
1. Insert the code into style.css file:
h2.md-intro {color: blue;}
.md-remain-time {color: red;}
2. To change colour of the title text and countdown clock as you want, just to change attribute colour of md-intro and md-remian-time tag.
Regards,