Changing the Default Article Text Size
Changing the Default Article Text Size
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.
Don Bledsoe
FOREFRONT INTERNET
FOREFRONT INTERNET
hello
please look into the frontend.css
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
"config.template_default.inc.php"
So placing class .articleText in "frontend.css" with the desired font parameters should allow some CSS control... I ~think~
Code: Select all
$template_default["article"]["text_class"] = "articleText";
I thought that too. When I change it to, say, 18pt ... nothing happens. I can't figure out why.
Don Bledsoe
FOREFRONT INTERNET
FOREFRONT INTERNET
Yes, the last time I looked I was ... but I'll double-check that in case it got altered by accident.
Don Bledsoe
FOREFRONT INTERNET
FOREFRONT INTERNET
doesnt work
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 ??
can somebody help me ??
many thanks Snezko
articleText solved
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.
many thanks Snezko