How to reduce title size in articles?

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Thu Apr 15, 2010 3:27 pm
How to reduce title size in articles? I've tried to find a option in the template.css but with didn't...

I want this smaller:
Image

I know that this should be easer but I'm not a expert in CSS. Looking at the source code, I think it must be something with contentheading...

By the way the size of K2 items is ok for me ;) If I can put the two with the same size would be great.

Thanks in advance!
User avatar
Senior Boarder

GK User
Sat Apr 17, 2010 1:44 pm
Any help?
User avatar
Senior Boarder

teitbite
Tue Apr 20, 2010 9:06 am
Hi

Please try to add this at the end of template.css

Code: Select all
h3.catItemTitle {
font-size:80%;
}


Please play with this value till.
User avatar
Moderator

GK User
Tue Apr 20, 2010 1:33 pm
Hi

In the mail I got this from you:

Code: Select all
h2.contentheading span {
font-size:80%;
}


And worked fine!!!
Many thanks!!
User avatar
Senior Boarder

teitbite
Tue Apr 20, 2010 8:23 pm
Hi

That's odd ;/ The first I've wrote the code for demo site and the one after edit was for Your site :) Glad that one of them worked :D
User avatar
Moderator

GK User
Tue Apr 20, 2010 8:42 pm
eheh

Thanks ;)
User avatar
Senior Boarder


cron