Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping & Payment options


Kitejunkiee

Recommended Posts

Posted

Both my shipping and payment options are highlighted with a white highlight and the text is also white. The only way to read this is to select the line with the mouse. Does anyone know how to change the font colour, I cant find it anywhere?

 

I selected the source from this page :

 

<td class="main" valign="top" width="50%">Please select the preferred shipping method to use on this order.</td>

<td class="main" align="right" valign="top" width="50%"><b>Please Select</b><br><img src="images/arrow_east_south.gif" alt="" border="0" width="40" height="32"></td>

<td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

 

<td colspan="2"><table border="0" cellpadding="2" cellspacing="0" width="100%">

<tbody><tr>

<td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

<td class="main" colspan="3"><b>Table Rate</b> </td>

<td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

</tr>

<tr id="defaultSelected" class="moduleRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="selectRowEffect(this, 0)">

<td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

 

<td class="main" width="75%">Best Way</td>

<td class="main">$6.00</td>

<td class="main" align="right"><input name="shipping" value="table_table" checked="checked" type="radio"></td>

<td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

</tr>

</tbody></table></td>

<td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

</tr>

Posted
Both my shipping and payment options are highlighted with a white highlight and the text is also white. The only way to read this is to select the line with the mouse. Does anyone know how to change the font colour, I cant find it anywhere?

 

I selected the source from this page :

 

<td class="main" valign="top" width="50%">Please select the preferred shipping method to use on this order.</td>

<td class="main" align="right" valign="top" width="50%"><b>Please Select</b><br><img src="images/arrow_east_south.gif" alt="" border="0" width="40" height="32"></td>

<td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

 

<td colspan="2"><table border="0" cellpadding="2" cellspacing="0" width="100%">

<tbody><tr>

<td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

<td class="main" colspan="3"><b>Table Rate</b> </td>

<td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

</tr>

<tr id="defaultSelected" class="moduleRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="selectRowEffect(this, 0)">

<td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

 

<td class="main" width="75%">Best Way</td>

<td class="main">$6.00</td>

<td class="main" align="right"><input name="shipping" value="table_table" checked="checked" type="radio"></td>

<td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

</tr>

</tbody></table></td>

<td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td>

</tr>

 

 

Not sure on which line or what it is called but you can find the info in the stylesheets.css file. This is the file that controls all the colours, tables and headings etc

Posted

Thanks heaps Alex, all fixed now. Stylesheet : .

 

moduleRow { }

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }

.moduleRowSelected {

background-color: #330066; <<<<<<<<<<<<<<<<< changed that colour.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...