K2 Item title font size

December 2012 Joomla Template
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
Fri Jan 17, 2014 4:46 am
Reply with quote
Report this post
I'm using the News Template with K2 and would like to reduce the font size for titles of K2 items/articles. I looked through the Template CSS but couldn't figure out where to change it.

Any help would be appreciated.
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 7:53 am
Reply with quote
Report this post
Please edit: /templates/gk_news/css/override.css and add at its end:
Code: Select all
article header h1, .category header, article header h2 {
font-size: 20px;
}


It will automatically change font size for single article, and category view.

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


cron