[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 ?
How can I reduce their size ?
-
- Fresh Boarder
- GK User
- Tue Mar 13, 2012 3:03 pm
Hi,
Add this code to CSS Override:
Change 40 by a smaller number you want to make tittles reduced.
Cheers,
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,
-
- 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.
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...
- 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...
-
- Platinum Boarder
- GK User
- Tue Mar 13, 2012 8:38 pm
great thank you both !
-
- Fresh Boarder
- GK User
- Wed Mar 14, 2012 7:58 am
No problem at all, see you around...
-
- Platinum Boarder
- GK User
- Wed Mar 14, 2012 2:11 pm
You're welcome, just marked this as Solved.
Have a nice day!
Have a nice day!
-
- Platinum Boarder
6 posts
• Page 1 of 1