Hi there, I hope this makes sense.
I've just installed AWO Coupon pro, everything is working brilliantly and it's exactly what I need.
The only issue I have is that the message added at the top of the cart 'Discount Coupon Successfully Added' is in Red (i.e its classing the success message as an error) yet it's all working great.
It's picking up these parms from my template / system.css:
#system-message dd.error {
color: #C00;
background-color: #E6C0C0;
border-top: 3px solid #DE7A7B;
border-bottom: 3px solid #DE7A7B;
}
Instead of these
#system-message dd {
margin-left: 0;
padding: 10px;
border-top: 3px solid #94C500;
border-bottom: 3px solid #94C500;
color: #6E9200;
}
I don't want to alter the colours of system.css dd.error{ as error messages should be displayed in red.
Any ideas?
Many thanks
Neil
I've just installed AWO Coupon pro, everything is working brilliantly and it's exactly what I need.
The only issue I have is that the message added at the top of the cart 'Discount Coupon Successfully Added' is in Red (i.e its classing the success message as an error) yet it's all working great.
It's picking up these parms from my template / system.css:
#system-message dd.error {
color: #C00;
background-color: #E6C0C0;
border-top: 3px solid #DE7A7B;
border-bottom: 3px solid #DE7A7B;
}
Instead of these
#system-message dd {
margin-left: 0;
padding: 10px;
border-top: 3px solid #94C500;
border-bottom: 3px solid #94C500;
color: #6E9200;
}
I don't want to alter the colours of system.css dd.error{ as error messages should be displayed in red.
Any ideas?
Many thanks
Neil