Support

Home Forums Event Espresso Premium Custom CSS solution needed: Remove “Please choose a payment option”

Custom CSS solution needed: Remove “Please choose a payment option”

Posted: July 10, 2013 at 8:35 pm


African Drumming

July 10, 2013 at 8:35 pm

Hi there

I’d like to remove the “Please choose a payment option” box from the booking confirmation page

http://tinypic.com/view.php?pic=2rx8h1c&s=5

As you’ll see I’ve done a little bit of adjusting in the code to enter the text appropriate to my application, however a Custom CSS solution is ideal please

In another post, I saw this CCS entry was recommended which did work for me and removed the title, but I need to get rid of the whole thing:

#payment-options-dv h2{
display:none;
}

Saw this reply to another answer, however this didn’t work for me (with and without the tags

#onsite-payments .section-heading {display:none;}

Also, is there any way to adjust the high of the heading blocks? In my case, the red blocks with white text which says “Booking Overview”. The proportions aren’t balanced very well; either the font should be downsized (not preferable) or the height of the heading block should be enlarged a bit (preferable)

Cheers
Krystal


Dean

July 11, 2013 at 3:02 am

The following will completely remove the Payment Option box, but this will of course not allow users to pay.

#payment-options-dv { display:none; }
#external-link-msg-pg { display: none; }

If you are looking to just remove the title, subtitle and the surrounding box BUT leave the payment option visible, use this

#payment-options-dv h2{
display:none;
}
#payment-options-dv .event-data-display {
border:none;
}
#off_line_payment {
  display:none;
}

I am note sure which themeroller template you are suing but for the title background padding you could try

.ui-widget-header {
padding: 5px;
}


African Drumming

July 11, 2013 at 3:48 pm

Hi Dean

Thanks again – that’s exactly what I was after!

Cheers mate

The support post ‘Custom CSS solution needed: Remove “Please choose a payment option”’ 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