[SOLVED] Change font colour of article

GK User
Wed Jan 11, 2012 11:30 pm
I'm trying to change the default font colour to black #000000 for articles on my website, the default colour is a little too pale, and make reading articles a little difficult.
User avatar
Senior Boarder

GK User
Wed Jan 11, 2012 11:31 pm
I'm trying to change the default font colour to black #000000 for articles on my website, the default colour is a little too pale, and make reading articles a little difficult.
User avatar
Senior Boarder

GK User
Wed Jan 11, 2012 11:51 pm
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.
User avatar
Platinum Boarder

GK User
Thu Jan 12, 2012 4:05 pm
Worked :D
Thanks much
User avatar
Senior Boarder

GK User
Sat Jan 14, 2012 9:07 am
No problem at all, marking this topic as solved.

See you around...
User avatar
Platinum Boarder


cron