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.