Bug Help - Artical Title Font Incorrect....

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Sun Apr 04, 2010 11:01 am
Hello,

The Article Title font is not following the template parameters. I even went into the typo.css in the template and change everything that was not specified as Arial and I'm still have the issue.

I specified that standard fonts by used with the default font of Arial.

Everthing in the template is Arial except for the Article Title which appears to be Times New Roman.

http://mapmoda.com/index.php?option=com ... &Itemid=14

Any ideas as to why this is happening or how to change this?

Also, how do you change the Article Title font size? It's printing at "h2" and I would like to change it to print smaller and centered.

I was thinking this information would be in the article paramaeters but it is not.

Thanks!
User avatar
Junior Boarder

GK User
Mon Apr 05, 2010 9:00 pm
I located the line the code that was giving me problems in joomla.ccs of the template.

For some reason the Article / Content heading font style is hard code and I think this should be changed.

The line is as follows;

.contentheading { line-height:44px; background: none; font: normal 300% Georgia, "Times New Roman", Times, serif!important; color :#333; margin-top: 12px; }

I removed the Georgia, Times New Roman, Times and replace it with Arail and now the heading font matches the body font from the template.

I also changed "font: normal 300%" to " font: normal 200%" at it looks much better with the default font size of the template.

Peace!

Dwight
User avatar
Junior Boarder

GK User
Tue Apr 06, 2010 2:35 am
Hi

Article/Content heading is joomla classes, so you can always find in this elements on joomla_classes.css or joomla.css files in all our projects.

typo.css file is exclusively to typography style on content.

Cheers ;)
User avatar
Platinum Boarder


cron