Font size of Item Title

February 2014 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
Tue Sep 02, 2014 7:02 pm
Reply with quote
Report this post
Good afternoon, i want change the size of font Item title of K2 i think that is very big...how i can change this?
User avatar
Fresh Boarder

GK User
Wed Sep 03, 2014 7:01 am
Reply with quote
Report this post
Could you please post an url to your site - to a sample page where the change should be made?
User avatar
Moderator

GK User
Wed Sep 03, 2014 10:05 pm
Reply with quote
Report this post
Cyberek wrote:Could you please post an url to your site - to a sample page where the change should be made?


i am sorry for another message...

[url]www.duploinsular.info/index.php/pt/educacao-e-cultura/item/305-governo-regional-e-universidade-lusiada-de-portugal-assinam-protocolo-de-cooperacao
[/url]

and please how i can translate this: "updated 6:28 PM UTC, Sep 3, 2014" The last update date
User avatar
Fresh Boarder

GK User
Thu Sep 04, 2014 9:24 pm
Reply with quote
Report this post
You can modify all h1 sizes. To do so please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
h1 {
font-size: 24px;
}

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

You could also only modify header in article, then use this code instead:
Code: Select all
article#k2Container >header >h1 {
font-size: 24px;
}
User avatar
Moderator


cron