Page 1 of 1

Changing the Default Article Text Size

Posted: Wed 5. Jan 2005, 14:10
by forefront
I cannot seem to locate where the default font size for articles is modified. I need to make the article text slightly larger for the user.

Posted: Wed 5. Jan 2005, 14:15
by Pappnase
hello

please look into the frontend.css

Code: Select all

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}


td, tr, th, p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px

Posted: Thu 6. Jan 2005, 01:32
by Karla
"config.template_default.inc.php"

Code: Select all

$template_default["article"]["text_class"]				= "articleText";
So placing class .articleText in "frontend.css" with the desired font parameters should allow some CSS control... I ~think~ :roll:

Posted: Thu 6. Jan 2005, 02:00
by forefront
I thought that too. When I change it to, say, 18pt ... nothing happens. I can't figure out why.

Posted: Thu 6. Jan 2005, 08:52
by pepe
Hi forefront,

Please check again, whether you are using the frontend.css file in your template!

Posted: Fri 7. Jan 2005, 05:58
by forefront
Yes, the last time I looked I was ... but I'll double-check that in case it got altered by accident.

Posted: Fri 7. Jan 2005, 10:01
by shildebr
Ich habe das gleiche Problem.

In der config.template.... steht der Code wie oben angegeben. In der frontend.css ist die articel-Class wie folgt angegeben:
.articleText { text-align: justify; }

Weder Textfarbe noch größe lässt sich verändern hier drüber.

Posted: Fri 7. Jan 2005, 14:42
by Karla
You're right... other CSS properties work okay, but "text-align:" is not one of them!!!

Posted: Fri 7. Jan 2005, 15:15
by Peekay
Is your frontend.css CHMOD 666. :?:

doesnt work

Posted: Sat 9. Apr 2005, 21:47
by snezko
i have the same problem. simply navigation about the text in article doesnt work. title, subtitle, summary, everything is controlled good, but this article text not. and I can not found where is it in PHP code. where is the right place to put a CSS definition of article text.

can somebody help me ??

articleText solved

Posted: Mon 11. Apr 2005, 15:14
by snezko
i had the same problem. style .articleText defined in frontend.css didnt work. but this style works only for a content parts defined as TEXT not a HTML. Change your content parts of articles to the plain text and this style will work.