DanielaQ Posted April 27, 2006 Posted April 27, 2006 Is possible to change only the color of the price??? The "price" is show upper the image product, i want it to be under the image. What i have to change??
MoisesZaragoza Posted April 28, 2006 Posted April 28, 2006 Look for <?php echo $products_price; ?> and change it to <font color="red"> <?php echo $products_price; ?> </font> That should make the trick at the end of the day the code will be good
DefMall Owner Posted April 28, 2006 Posted April 28, 2006 Look for <?php echo $products_price; ?> and change it to <font color="red"> <?php echo $products_price; ?> </font> That should make the trick Moises - in what folder/page would you link that code? I'd like to make a similar edit...
DanielaQ Posted April 28, 2006 Author Posted April 28, 2006 Look for <?php echo $products_price; ?> and change it to <font color="red"> <?php echo $products_price; ?> </font> That should make the trick where i have to find it? Daniela
DanielaQ Posted April 28, 2006 Author Posted April 28, 2006 I found it! Thank u Moises.. For DefMall: find it in catalog/product_info.php!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.