I looked at this link that shows the CSS we can use to style all of the registration and checkout buttons. I tried it with the proceed to payment button and it doesn’t work. Is there anything else I can do?
That worked! Since the support link I referenced above has -btn instead of -submit, for the process to payment button, should I assume I should trade out the -btn for -submit for the other CSS at that support link?
I used the following to adjust the proceed to finalize registration and the pay buttons where I also included adjustments to the borders and to have the buttons uppercase:
If you right-click on the element you are trying to style and do ‘Inspect element’ your browser should open up a console showing you the classes and ID’s you can use on specific elements.
For example this: #spco-go-to-step-finalize_registration-submit
Targets an element with the ID of spco-go-to-step-finalize_registration-submit (the # at the beginning is for an ID, . is for a class)
Viewing 7 reply threads
The support post ‘CSS for Checkout Buttons’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.