i try to reduce the font size for all k2 articles ...
i searched the forum and i can see this question was asked before ... also added the code to override.css
clear the cache and nothing is happening...
so far i found
- Code: Select all
#k2Container {
font-size:14px !important;
}
- Code: Select all
#gkContent {
font-size:14px !important;
}
- Code: Select all
.blog h2 {font-size: 1.5em!important}
.blog h1 {font-size: 1.8em!important}
none are working for me ...
am i missing something ?
i try to find out the section id with firebug ... i think is
<article id="k2Container" class="itemView">
<header>
<h1>
default size it 38 ... need it 28.
thanks ...