Hi!
How does one change the horrible green colour in the Sender and Recipient captions of an E-card content part? I have looked in the frontend.css as well as the conf.template_default.inc.php, but not succeeded in changing it.
E-card formatting
"cnt16.inc.php"
Code: Select all
$content["ecard"]["form"] .= '<td colspan="2" bgcolor="#99CC00"><strong style="color:#FFFFFF;"> '.$BL['be_cnt_ecardform_sender'].'</strong></td>'."\n";
Code: Select all
$content["ecard"]["form"] .= '<td colspan="2" bgcolor="#99CC00"><strong style="color:#FFFFFF;"> '.$BL['be_cnt_ecardform_recipient'].'</strong></td>'."\n";