Try below code generic font colour. You can enter below in template settings > Advanced > Custom Code, or enable CSS override from that section and enter it in templates/gk_templatename/css/override.css file.
- Code: Select all
body { color: #000000; }
If you want to change only in articles such as your websites about-us page then use below code instead.
- Code: Select all
.gkArticleContent { color: #000000; }
See you around.