Reply subject to a news story same font size
DSF2 19
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Reply subject to a news story same font size
DSF2
OP
19
From: -
From: -
It works Thanks,
1 Re: Reply subject to a news story same font size
Philipp Esselbach
From: -
Editor
0From: -
How can I change the font size to the reply subject to a News story ? Now it has the same size with the story title and I want to make it smaller.
Open the template news_story_comment in the template editor and change:
<h1>{$insert['newscomment_subject']}</h1>
to
<h1><font size="1">{$insert['newscomment_subject']}</font></h1>
Also how can I change the color of a news title ? Now it's using the link color from the cms, there is a way to change only the news title color ?
Open both news_story and news_story_extended in the template editor and change:
<h1>{$insert['newsstory_title']} {$insert['newsstory_edit']} {$insert['newsstory_rating_line']}</h1>
to
<h1><font color="#COLOR">{$insert['newsstory_title']}</font> {$insert['newsstory_edit']} {$insert['newsstory_rating_line']}</h1>
Replace #COLOR with the color you like to use.
How can I change the font size to the reply subject to a News story ? Now it has the same size with the story title and I want to make it smaller. Also how can I change the color of a news title ? Now it's using the link color from the cms, there is a way to change only the news title color ?
Thank You,