Support

Home Forums Event Espresso Premium paypal checkout button issue

paypal checkout button issue

Posted: November 30, 2014 at 7:18 pm

Viewing 1 reply thread


PTA Education

November 30, 2014 at 7:18 pm

Hi there,

I was wondering if the grey border outside(donation url) the paypal checkout button on the registration page can be remove. Please see below for more details

remove the donation url border out side the checkout button

btw, I do not wish to bypass the payment overview page.
Many thanks

P


Tony

  • Support Staff

December 1, 2014 at 4:11 am

Hi Patrick,

The simplest method to remove these is just using some custom CSS.

To remove the text use:

#external-link-msg-pg {
display: none;
}

To remove the border:

.payment-option-dv .payment-option-lnk {
border: none;
}

Then to remove the offsite gateway icon:

img.off-site-payment-gateway-img {
display: none;
}

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.

  • This reply was modified 9 years, 11 months ago by Tony. Reason: Fix css formatting
Viewing 1 reply thread

The support post ‘paypal checkout button issue’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso