Changing default font type and color

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu May 23, 2013 11:12 pm
Reply with quote
Report this post
I would like to change the default font type to Book Antiqua and the default color to #000000 (instead of the default grayish color).

Is this something that must be done via css overide or can this be done in the template settings?

If it must be done via css overide, can I be provided the proper code?

Thanks in advance
User avatar
Fresh Boarder

GK User
Fri May 24, 2013 8:59 am
Reply with quote
Report this post
You can change font type in
template settings -> fonts.

And if it goes to color, You need to edit:
/templates/gk_simplicity/css/override.css and add at its end:
Code: Select all
body,
h1, h2, h3, h4, h5, h6,
.box .header  {color: #000}


Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri May 24, 2013 2:46 pm
Reply with quote
Report this post
Thanks
User avatar
Fresh Boarder


cron