Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Specials Red to Blue


AndyHearne2005

Recommended Posts

Posted

Edit the file \catalog\stylesheet.css

 

find

____________________________________________________________

SPAN.productSpecialPrice {

font-family: Verdana, Arial, sans-serif;

color: #ff0000;

}

 

.specialOptionPrice {

font-family: Verdana, Arial, sans-serif;

font-size: 20px;

font-weight: bold;

color: #ff0000;

}

__________________________________________________________

Change this to

__________________________________________________________

SPAN.productSpecialPrice {

font-family: Verdana, Arial, sans-serif;

color: #0000ff;

}

 

.specialOptionPrice {

font-family: Verdana, Arial, sans-serif;

font-size: 20px;

font-weight: bold;

color: #0000ff;

}

____________________________________________________________

 

edit catalog/includes/column_right.php

 

find

____________________________________________________________

require(DIR_WS_BOXES . 'shopping_cart.php');

____________________________________________________________

comment it out by changing it to

____________________________________________________________

// require(DIR_WS_BOXES . 'shopping_cart.php');

____________________________________________________________

 

Hope this helps M-Pro

Archived

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

×
×
  • Create New...