Hi,
How can I reduce the title font size of the article?
thanks
/* K2 Article Title Font Size */
.itemHeader .itemTitle {
font-size: 40px;
}
/* Joomla Article Title Font Size */
#gkComponent > div > h1, #gkComponent > div > h2, #gkComponent > div > h1 a, #gkComponent > div > h2 a {
font-size: 48px;
}