Support

Home Forums Event Espresso Premium Customizing the "Attention" Box that shows after Offline Payment is selected

Customizing the "Attention" Box that shows after Offline Payment is selected

Posted: September 26, 2016 at 3:30 pm

Viewing 2 reply threads


Renee deVilliers

September 26, 2016 at 3:30 pm

Hi,

I have tried so many things in my child theme css to try to get this simple customization to work. But to no avail.

What I want to do is:

On the event-registration page, when the user selects their payment option… when they select an offline payment option like “cheque” for example, there is a small “Attention” box that says some content and has the Confirm Your Registration link in it.

I simply want to change the look of that box – it’s background colour and it’s border. Our users find it doesn’t stand out.

Can you please supply the correct css to have the box appear with a red border and a grey background, for example.

I can edit to exact colours etc., once I have the correct css declaration to edit in my css file. I am using EE-3.

Thank you.


Tony

  • Support Staff

September 27, 2016 at 3:12 am

Hi there,

Is this only specifically for the cheque payment method?

If so you can use:

#check-payment-option-form-dv .event_espresso_attention {
    border: 1px solid red;
    background: grey;
}

Or you can do any attention box within any payment option using:

#payment-options-dv .event_espresso_attention {
    border: 1px solid red;
    background: grey;
}

That should look something like this: http://take.ms/COey1


Renee deVilliers

September 27, 2016 at 7:36 am

Tony,

Thank you the any attention box css worked great. Appreciate it.

Viewing 2 reply threads

The support post ‘Customizing the "Attention" Box that shows after Offline Payment is selected’ 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