Hi, I don't still manage coding, so I wanted to know if someone could help me by telling me how to change the font colour of the text which appears at the footer, because as it is by default the text can't be well distinguished.
Thanks.

Comments

shruti.sheth’s picture

Hi,
I hope my answer to you proves useful.
To change the font color of the text which appears in the footer simply add the following css property in your code for #footer in your style.css
for e.g. if the text color you want is ff00ff, please add following,

  color: #ff00ff;

Thanks,
Shruti