This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Reply subject to a news story same font size


avatar
DSF2 19
From: -
Reply subject to a news story same font size

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,

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
avatar
OP 19
From: -
It works Thanks,
1 Re: Reply subject to a news story same font size
avatar
Editor
0
From: -
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.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.