Try CSS like:
- Code: Select all
.ups_error img {
display:none;
}
It isn't the best, because it will remove the triangle from most warnings, even ones you may want it for. The problem is Shopsite is applying the same CSS class to a variety of different informational messages. It will also remove any other images if you have them inserted into the warning message text.
More can be done with Javascript, of course. I did something with jQuery that completely changes the look of the table and applies a new image depending on the text of the warning message. (In his case, it changes to green with a nice graphic if the message is about the customer qualifying for free shipping.)