Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Custom CSS solution needed: Remove “Please choose a payment option” | Event Espresso - Staging Server

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

Viewing 2 reply threads


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

  • Support Staff

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

Viewing 2 reply threads

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 - Staging Server