Reducing the title font size

GK User
Sun Oct 30, 2011 11:48 am
Hi,

How can I reduce the title font size of the article?

thanks
User avatar
Fresh Boarder

GK User
Sun Oct 30, 2011 10:09 pm
Goto Joomla Admin > Template Manager > GK My Folio > Advanced Features and enable CSS override

Find File: templates/gk_myfolio/css/override.css

Add below and reduce 40px and 48px to your required size.

Code: Select all
/* 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;
}
User avatar
Platinum Boarder


cron