View Single Post
  #45  
Old 11-11-2004, 09:00 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Look for this in your skin1.css

Code:
.HeadBox { BACKGROUND-COLOR: #FFFBD3; } .HeadText { FONT-SIZE: 12px; FONT-WEIGHT: bold; }

Change to

Code:
.HeadBox { BACKGROUND-COLOR: #FFFBD3; } .AdvancedDiscount { COLOR: #000000; FONT: bold 12px; } .HeadText { FONT-SIZE: 12px; FONT-WEIGHT: bold; }

Set the advanced discount attributes to whatever you like.

My advice. Get your store setup and add this custom mod when you are done. It's very helpful but really only useful in a live store environment. Just bookmark and remember to come back to it later. All of the instructions for 3.5.x are on page 2.
Reply With Quote