{new:5} text color question

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
plushett
Posts: 14
Joined: Thu 16. Jun 2005, 02:38
Location: San Francisco, California

{new:5} text color question

Post by plushett »

I have my page with black background, and am trying to use the replacement tag {new:5} but the text is black so i cant read it. where can i change the text color? ive tried frontend.css and the conf.template_default.inc.php but so far no luck, also tried looking in default.css
any help will be much apreciated.
thanks
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

sometimes things are more simple ;-)

<font color="#FF00FF">{new:5}</font>
http://www.studmed.dk Portal for doctors and medical students in Denmark
Pappnase

Post by Pappnase »

hello

in the frondend.css it's the "a" class
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

or change add div=news

or change conf.template.default.inc.php where you have somethings like:
// new articles
$template_default["news"]["before"] = '<div class="news">';
$template_default["news"]["after"] = '</div>';
$template_default["news"]["link_before"] = '<p>';
$template_default["news"]["link_after"] = '</p>';
$template_default["news"]["link_symbol"] = '';
$template_default["news"]["link_target"] = '';
$template_default["news"]["link_length"] = 0; //if 0 no limit
$template_default["news"]["cut_title_add"] = "…";
$template_default["news"]["date_language"] = "DA"; // DE=German, IT=Italian, FR=French, ES = Spanish, DA = Danish, NO = Norwegian
$template_default["news"]["date_format"] = "d/m-Y"; //if empty -> no Date
$template_default["news"]["date_before"] = '<span class="datelink">';
$template_default["news"]["date_after"] = ' - </span>';
http://www.studmed.dk Portal for doctors and medical students in Denmark
plushett
Posts: 14
Joined: Thu 16. Jun 2005, 02:38
Location: San Francisco, California

Post by plushett »

ok first i tried doing it this way:


<font color="#FF00FF">{new:5}</font>

and nothing, then added the code you gave me into the
conf.template_default.inc.php file
located at root/config/phpwcms/conf.template_default.inc.php

and nothing.
maybe im working with the wrong files...sorry to seem like such a newb.

and i do apreciate all your help thus far..
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

Maybe you have cache on?
http://www.studmed.dk Portal for doctors and medical students in Denmark
Post Reply