Support

Home Forums Event Espresso Premium Payment Overview

Payment Overview

Posted: June 20, 2014 at 4:34 am


Robert Endersby

June 20, 2014 at 4:34 am

Hello, I have been asked to remove a couple of lines from this page. I can find a shortcode template with the code I want to edit but I am not using shortcodes. The lines I want to edit are under “transaction details”. I don’t need the “transaction status” “incomplete” “retry payment” line as users will be downloading an invoice and paying later. What’s the simplest way to remove it please? I’d prefer to use a template in my theme if possible.
thanks,
Rob


Tony

  • Support Staff

June 20, 2014 at 6:56 am

Hi Robert,

So to confirm you want to go from this: http://take.ms/hVE2H

To this? http://take.ms/ZXrdj

If so the easiest way to to do this is with some simple CSS to hide the element.

Using something like:

.ee-transaction-status tr:nth-child(3) {
display: none;
}

Will hide that row within the table.

We recommend using either Reaktiv CSS Builder or My Custom CSS to include custom CSS.

Does that help?


Robert Endersby

June 20, 2014 at 7:36 am

Great! works fine, thanks for the tip.


Tony

  • Support Staff

June 20, 2014 at 7:41 am

No problem.

I’ll mark this thread resolved 🙂

The support post ‘Payment Overview’ 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