• Resolved msakibu

    (@msakibu)


    I’ll like to reduce the size of the popup, so is it possible to hide or remove the item totals section on the popup?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Paolo

    (@paoltaia)

    Try this CSS and let us know if that is what you were looking for:

    .getpaid-payment-form-items-cart-totals {
        display: none;
    }
    Thread Starter msakibu

    (@msakibu)

    This worked:

    .getpaid-payment-form-element-items {
        display: none;
    }

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide the item totals section on the payment form’ is closed to new replies.