A picture is a thousand words, so: How do I remove the red-backgrounded "COUPONS" fieldset? So not the place where the customer enters the coupon (not the textbox), but rather that whole header-like thing.
just add this into your stylesheet in the custom theme (you are using a custom theme, right) or in your wordpress style.css: #fieldset-coupons-legend { display: none; }
Thanks - I thought I tried that but it didn't work for some reason, so I gave up on CSS, but now I reopened the two css files and I saw that I made the same typo - twice. Thanks again.