I would like to change the site’s font color to #FFFFFF instead of the current dark grey. Been trying to find the right CSS without success. Would you please help?
Changing font color from dark grey to white it is not easy. Because you have to change the background color to dark as well. As well as you should change the link color as well. There are too much work for it. But you can start from this code;
body { color: #FFFFFF; }
Thanks
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.