How can I reduce the H1 heading in K2?

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
Wed Nov 07, 2012 11:07 pm
Reply with quote
Report this post
Please let me know how to control the title size H1, H2 and H3 for K2. I am using the latest version of K2.

Hope to hear from you soon :)
User avatar
Gold Boarder

GK User
Thu Nov 08, 2012 8:23 am
Reply with quote
Report this post
All heading sizes are defined in template.css file (lines 58 to 63), if you want to change size only inside K2 view you need to use code like this :

Code: Select all
#k2Container h1 {font-size: 00px}
User avatar
Platinum Boarder

GK User
Thu Nov 08, 2012 8:04 pm
Reply with quote
Report this post
Thank you! This works :)
User avatar
Gold Boarder


cron