how to reduce the font of the title in ImageShow

October 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jun 07, 2013 10:42 am
Reply with quote
Report this post
http://www.studiomorriconi.com/ingrande/
I would like to reduce the font size of the title of imageshow in Startup home page, is possible?
User avatar
Senior Boarder

GK User
Fri Jun 07, 2013 10:50 am
Reply with quote
Report this post
Please edit: /templates/gk_startup/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_startup .gkIsText h2 a {
display: block;
color: #FFF;
font-size: 50px;
font-weight: 700;
line-height: 64px;
text-transform: uppercase;
}


Change font-size or any other parameter to your liking.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Jun 07, 2013 11:24 am
Reply with quote
Report this post
Tnx!!!
User avatar
Senior Boarder

GK User
Sun Aug 04, 2013 10:18 am
Reply with quote
Report this post
...and for the subtitle? is possible to change font size?
User avatar
Senior Boarder

GK User
Sun Aug 04, 2013 10:24 am
Reply with quote
Report this post
...solved! ;-)
User avatar
Senior Boarder


cron