- Code: Select all
h2,.componentheading {
font-size: 12px;
font-weight: 700;
}
Thus I have no problems in changing h1 and other header tags/
h2,.componentheading {
font-size: 12px;
font-weight: 700;
}
h2
{
font-size: 12px;
}
h2 {
font-size: 10px;
}
#k2Container h2 {
font-size: 56px;
}