Guest Posted February 12, 2003 Share Posted February 12, 2003 Hi, I am trying to find where these payment titles are bolded are the checkout_payment.php page. define('MODULE_PAYMENT_CC_TEXT_TITLE', 'Credit Card<br><font size="-2">We accept American Express, Discover, MasterCard, & Visa</font>'); I have searched and cannot find any <b></b> tags and searched in the stylesheet also. I want just the heading "Credit Card" to be bold and then the text that I added beneath it to not be bold. Thanks! Link to comment Share on other sites More sharing options...
mattice Posted February 12, 2003 Share Posted February 12, 2003 They're hardcoded in the module itself I think? Quick fix: define('YOUR_ADDITIONAL_TEXT', '</b>just closed the bold tag!<b>'); So you'll end up with a obsolete <b></b> "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Ajeh Posted February 12, 2003 Share Posted February 12, 2003 Look in checkout_payment.php ... <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main" colspan="3"><b><?php echo $selection[$i]['module']; ?></b></td> <td class="main" align="right"> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.