Does anyone know where to change this text color. It doesnt appear to be controlled by the style sheet.
[url]http://www.wirelessden1.com/cart/index.php?target=products&product_id=1562[/url]
Its the dark grey text on the grey background that reads:
Charge and Syncronize your Motorola Q with this desktop Docking Station. Also allows easy phone screen functions with the swept back design. A must have for the Motorola Q owner.
you canchange that in the htmleditor in the add product section
.mainbox-body {
color: #141414;
background-color: #2D2D2D;
}
Your text falls within a table using the above style.
awesome…thanks a million!