AndyHearne2005 Posted August 23, 2005 Posted August 23, 2005 Can this be done? Change the specials from red to blue and can the checkout column be disabled Thanks
M-Pro Posted August 23, 2005 Posted August 23, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.