PDA

View Full Version : Changing font colors


rjwmotor
November 28th, 2003, 02:25 PM
I'm trying to change the font color in 1 section of my layout and can't seem to find the spot to do it. The left area of my site has been changed to a black background. I've figured out where to change most of the font colors but I can't seem to find where to change the color for the checkout area in the bottom left after something has been added to the cart. I've traced the code back to "cart_preview.func" but seem to be unable to change the font color for "you have ? in your cart totaling $?" I'm pretty sure this is where you change it but can't figure out how?

Jamie
December 3rd, 2003, 11:46 AM
Hi,

You should be able to do this in the cart_options.php template file, by surrounding the Cart_Message variable with a div, like so:

<div style="color: #FFFFFF">
<?=$Cart_Message?>
</div>

Thanks,
Jamie