K2 headers in 3-columns category view issue

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
Sun Mar 24, 2013 11:50 pm
Reply with quote
Report this post
Hi,
I tried to change the font-size of the headers (for K2 items), but still no success.
I was trying to amend K2.css:

Code: Select all
/* Latest Items columns */

#k2Container article header h2 {
  clear: both;
  font-size: 44px;
  line-height: 52px;
}


According to firebug, it's H2 and even after changing it from 44 to 24px nothing happened.
Can anyone help please? Thank you.

headers.png
User avatar
Fresh Boarder

Konrad M
Mon Mar 25, 2013 9:22 am
Reply with quote
Report this post
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Tue Mar 26, 2013 12:34 am
Reply with quote
Report this post
User avatar
Fresh Boarder

Konrad M
Wed Mar 27, 2013 9:14 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
#k2Container .itemsContainerWrap article header h2 {
    font-size: 28px;
}

and decrease this value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Mar 28, 2013 12:31 am
Reply with quote
Report this post
Thank you Konrad! This helped me.
SOLVED.
User avatar
Fresh Boarder


cron