Remove the "COUPONS" fieldset on the signup page?

Discussion in 'aMember Pro v.4' started by deusdies, Nov 19, 2012.

  1. deusdies

    deusdies New Member

    Joined:
    Oct 17, 2010
    Messages:
    11
    A picture is a thousand words, so:

    [​IMG]

    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.
  2. miso

    miso aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    543
    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; }
  3. deusdies

    deusdies New Member

    Joined:
    Oct 17, 2010
    Messages:
    11
    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.

Share This Page