I want to remove the coupon header

Discussion in 'Customization & add-ons' started by awakefield, Feb 14, 2013.

  1. awakefield

    awakefield New Member

    Joined:
    Oct 21, 2012
    Messages:
    24
    I want to remove the coupon header above the coupon field altogether so there is just a coupon field on the page with its descriptor (Coupon code (if applicable) I can't find a file or style to change this.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Add this to your styles:
    Code:
    #fieldset-coupons-legend {
    display: none;
    }
    

Share This Page