Decreasing Fontsize of headlines in category blog

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
Thu May 23, 2013 5:29 pm
Reply with quote
Report this post
Hello!

I am getting mad about this issue:

I want to decrease the font size of the headlines in category blog (or generally as they arw WAY too big in my opinion) as to be seen here: http://demo.gavick.com/joomla25/rockwal ... egory-blog

I am crawling through the template.css, style2.css and typography.css but nothing I change has any effect on these headlines.

Thank you very much for your support!

Regards
Ingo
User avatar
Expert Boarder

GK User
Thu May 23, 2013 9:37 pm
Reply with quote
Report this post
Edit: /templates/rockwall/css/override.css and add at its end:
Code: Select all
article header h1, article header h2 {font-size: 22px;}

sand if You would like to reduce bottom margin:
Code: Select all
article header {margin: 0 0 10px}


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

GK User
Thu May 30, 2013 2:16 pm
Reply with quote
Report this post
Hi there,
I´ve tried this solution with no result with GK Sporter template.

Can you take a look?
http://talentsports.esp.br/j2/noticias- ... ports.html

Thanks
Lucas Selbach
User avatar
Fresh Boarder

GK User
Thu May 30, 2013 2:20 pm
Reply with quote
Report this post
Add this also to override.css
Code: Select all
.blog h2 {font-size: 16px;}

set the size to your taste.
I would also consider setting line-height to somethink like 20px:
Code: Select all
.blog h2 {font-size: 16px; line-height: 20px;}

to reduce space between lines.
User avatar
Moderator


cron