Font size of header news/component

GK User
Wed Jul 13, 2011 9:13 am
Hi all,

I am looking for the font size css rule which alterns the height of the news/component header font size.

I tried some css adjustments but it doesnt seem to work
Can anybody please help me?
I added a png with the font size i meant.

Thank you!
Paul
fontsize.png
User avatar
Senior Boarder

Konrad M
Thu Jul 14, 2011 5:08 am
Hi
Try add to override.css
Code: Select all
.contentheading {
    font-size: 45px; // here set your value
}


and remember to enable override.css option in template settings
User avatar

GK User
Thu Jul 14, 2011 7:26 am
Found the value in joonla.css.

Thank you.
User avatar
Senior Boarder

GK User
Mon Aug 22, 2011 6:26 pm
Konrad Mlynarczykowski wrote:Hi
Try add to override.css
Code: Select all
.contentheading {
    font-size: 45px; // here set your value
}


and remember to enable override.css option in template settings


Thx, it helped!!
But I still have large titles in the category view, how to change that?
User avatar
Senior Boarder

Konrad M
Tue Aug 23, 2011 5:56 am
domxy can you give me url to your site with category view ?
User avatar

GK User
Tue Aug 23, 2011 6:18 am
Find .contentheading in the regular css files (i think it is template.css). There you can add the value as Konrad explained!
User avatar
Senior Boarder

GK User
Tue Aug 23, 2011 8:30 am
Thanks for the reply guys. Here's the link:
http://wincert.net/j17/tips/windows-7.html

@pvd, I've already managed to change the content heading in the override.css file. Also there's no .contentheading part in the template.css file or I can't find it.

I need to change the category view/list where the heading is still huge.

Regards,
Nik
User avatar
Senior Boarder

Konrad M
Tue Aug 23, 2011 9:27 am
Try add this to override.css
Code: Select all
.blog .itemToolbar h2 {
    font-size: 45px;//here set your value
}
User avatar

GK User
Tue Aug 23, 2011 9:41 am
Correct again!
Thanks a lot Konrad!
User avatar
Senior Boarder

Konrad M
Tue Aug 23, 2011 9:51 am
I'm glad I could help ;)
User avatar

GK User
Tue Dec 13, 2011 4:02 pm
Have the same issues with font size for this template, but where can I find the the place to enter the template over ride for this template, I'm using the latest joomla 1.7 version?
User avatar
Senior Boarder

GK User
Tue Dec 13, 2011 8:48 pm
Hi.
You can switch on the override in template manager -> advanced settings.
and enter the code in templates -> gk_financial_business -> css -> override.css.
User avatar
Platinum Boarder

GK User
Wed Dec 14, 2011 9:35 pm
mikeMB wrote:Hi.
You can switch on the override in template manager -> advanced settings.
and enter the code in templates -> gk_financial_business -> css -> override.css.


Thanks, did so but the article title when on the front page is still large. Also what code to use to change the font colour of content, the current colour is grayish, which is a little too light, want it to be black - #000000
User avatar
Senior Boarder

GK User
Wed Jan 11, 2012 4:26 pm
To change the font colour of content you need to go to templates/gk_financial_business/css/template.css and change:
Code: Select all
body {  min-height:100%; background: #fff; color: #555;}

to:
Code: Select all
body {  min-height:100%; background: #fff; color: #000000;}
User avatar
Platinum Boarder


cron