Support

Home Forums Event Espresso Premium Event Page – How do I change the text of the submit button

Event Page – How do I change the text of the submit button

Posted: September 11, 2020 at 3:48 pm


mbeede@tracom.com

September 11, 2020 at 3:48 pm

Greetings – On my event page I need to change the text of the submit button. I thought I could do that in CSS, something like this:

/* Event Page: Change the text of the event submit button */
.ticket-selector-submit-btn {
content:”Continue”;
}

But that’s not working. It works for text items so I thought it would work for the button text. How do I go about doing this?

Thanks in advance, Mark


Tony

  • Support Staff

September 14, 2020 at 4:56 am

Hi Mark,

You can use a snippet like this:

https://gist.github.com/Pebblo/b3c163a5f1e6cb0e2012e8df4e4353e0

Add that to a custom functions plugin, we have some documentation on how to create one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Change return 'Buy Now'; to be return 'Continue';

The support post ‘Event Page – How do I change the text of the submit button’ 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