Digital Coupons is a ShopSite Pro feature. Most customers like to enter coupon codes on the shopping cart page (although ShopSite does offer other methods), so it's good to have a text entry box for coupon codes.
Most of the coupon text and form fields do not have named CSS classes. Only the "Apply Coupon" button has a named class. You can wrap a table cell or div or span around the entire set of coupon tags or around any individual tag to give you CSS control of the display.
input.button152 | The "Apply Coupon" button. |
This example is the same as the one above, plus it includes a brief style sheet with selectors for some of the coupon elements.
Next: Shopping Cart Buttons