Reduce font size of "Article Title" in Blog Category/Selection

Joomla template which allow you to present sport news in amazing and professional way.
GK User
Fri May 20, 2011 4:00 pm
First, I apologize for bad English.

I have two questions.

1. How can I change the font size of article title in the blog category / seletion.
and
2. Is it posible to add to a blog category / seletion frames around articles, or insert some background at least in the leading article.

http://demo.sportklubtv.si
User avatar
Fresh Boarder

GK User
Fri May 20, 2011 10:26 pm
Hi

Please go to template parameters and enable override.css file.
Them add this (i.e.) line on that file:

Code: Select all
.contentpagetitle,
a.contentpagetitle {font-size: 18px;}


About the second request, you can try adding (i.e.) this lines on override.css file:

Code: Select all
.blog {background: #e9e9e9;}
.blog td.article_column,
.blog .contentheading,
.blog .blog_more {background: #fff;}


It should look like this:

screen_2011-05-21.png


Cheers
User avatar
Platinum Boarder

GK User
Sat May 21, 2011 7:45 am
Hi,

I am at Extensions - Template Manager - gk_icki_sports, but i can not find where to ENABLE override.css under template parameters. Can U please send me print Screen where to enable override.css.

Thank U very much.
User avatar
Fresh Boarder


cron