[Solved]Titles too big

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue Mar 13, 2012 12:56 pm
Article titles appear to be very big
How can I reduce their size ?
User avatar
Fresh Boarder

GK User
Tue Mar 13, 2012 3:03 pm
Hi,

Add this code to CSS Override:
Code: Select all
.itemHeader .itemTitle{
font-size: 40px!important;
}

Change 40 by a smaller number you want to make tittles reduced.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Mar 13, 2012 3:08 pm
Please use any of the following which suits your usage. Lower default values to your needs.

Code: Select all
/* Joomla Article View Title Text Font Size */
#gkComponent > div > h2 a { font-size: 48px; }

/* Joomla Blog Layout Article Title Text Font Size */
.article-meta.blog > h2 { font-size: 350%; }

/* K2 Item View Title Text Font Size */
.itemHeader .itemTitle { font-size: 40px; }

/* K2Category View Items Title Text Font Size */
.catItemHeader .catItemTitle a { font-size: 28px; }

Use above in your "templates/gk_twn2/css/override.css" then enable css override option in template settings > advanced settings > css override = "on"

Edit : Don Lee beats me to it again :)

See you around...
User avatar
Platinum Boarder

GK User
Tue Mar 13, 2012 8:38 pm
great thank you both !
User avatar
Fresh Boarder

GK User
Wed Mar 14, 2012 7:58 am
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Wed Mar 14, 2012 2:11 pm
You're welcome, just marked this as Solved.

Have a nice day!
User avatar
Platinum Boarder


cron