Support

Home Forums Event Espresso Premium Remove Payment Status Line From Thank You Page

Remove Payment Status Line From Thank You Page

Posted: April 30, 2015 at 2:53 pm

Viewing 2 reply threads


Laura Berg

April 30, 2015 at 2:53 pm

Hello – I am having the problem that is documented with the delayed IPN status on PayPal payments, so the Thank You Page shows “Incomplete” payment status unless page is refreshed. Is there a way for me to just edit out the Payment Status line from my Thank You Page?


Laura Berg

May 1, 2015 at 11:49 am

Hello? Does anyone know of some CSS that will remove Payment Status from the Thank You page?

Thanks, Laura


Dean

May 4, 2015 at 4:50 am

Hi,

The following should hide the Payment Status line in EE3

.event-data-display.ui-widget-content.ui-corner-bottom table tbody tr:nth-child(6) {
  display: none;
}

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.

Viewing 2 reply threads

The support post ‘Remove Payment Status Line From Thank You Page’ 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