Support

Home Forums Event Espresso Premium Editing text on payment screen

Editing text on payment screen

Posted: December 12, 2017 at 10:08 am

Viewing 4 reply threads


drkings1

December 12, 2017 at 10:08 am

Hi there,

I’d like to edit the text on the payment screen of Event Espresso (the one after registration).

Here’s how the screen appears at the moment:

https://screencast.com/t/nF2eA94zk27x

Where it says “Pay by Paypal or Credit card” I would like to:

1) Put the text “Pay by Paypal or Credit card” into bold
2) Add some explanatory text directly underneath saying: “Click the orange button below to complete your order, then either login with your PayPal details or select ‘pay with a credit or debit card’ to use your credit card without creating a PayPal account”

How do I make these changes please?

Many thanks

Daniel


Josh

  • Support Staff

December 12, 2017 at 10:58 am

Hi Daniel,

You can make the text bold by adding the following to your custom CSS stylesheet:

#method-of-payment-hdr{
font-weight: bold;
}

The explanatory text can be added by going to Event Espresso > Payment Methods > PayPal Express and you’ll add the text to the “Description” field, then save.


drkings1

December 13, 2017 at 4:03 am

Thank you Josh.

For some reason the description text isn’t showing up. And your custom CSS didn’t take effect.

I’m guessing that my developer has customised a template somewhere in some way.

(see previous screencast link)

The header shows “Pay by PayPal or Credit Card”, which is fine by me, but isn’t the standard header. I’m wondering if he’s turned off the description somewhere?

Where should I look?

Thanks again

Daniel


Tony

  • Support Staff

December 13, 2017 at 4:22 am

Hi Daniel,

The header is the standard header element with the text changed, it’s your theme that is overriding the code Josh provided – http://take.ms/xYCqP

You can add !important to the above to override that:

#method-of-payment-hdr{
    font-weight: bold!important;
}

The payment method description is shown for me but only if I click on the payment method, if you go to Event Espresso -> Payment methods -> PayPal Standard

Look in the settings for ‘Open by default’, if that’s set to no, change it to Yes and update.

The description field can also be updated from that same page.

It looks like your developer has added some JavaScript to auto-select the payment method but that’s not triggering a click to show the description.


drkings1

December 13, 2017 at 4:56 am

Thank you!

Those both worked. That’s great.

Warmly

Daniel

Viewing 4 reply threads

The support post ‘Editing text on payment screen’ 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