Support

Home Forums Event Espresso Premium Promotion Code box

Promotion Code box

Posted: September 16, 2017 at 9:29 pm

Viewing 3 reply threads


SmarterSelling

September 16, 2017 at 9:29 pm

our box to enter the code is full with
where can i fix this?


Tony

  • Support Staff

September 18, 2017 at 2:59 am

Hi there,

You would need to add your own custom CSS to override the default styles.

How do you want the promotion field to show?


SmarterSelling

September 18, 2017 at 3:17 am

about 150 px wide


Tony

  • Support Staff

September 18, 2017 at 3:48 am

For that you can use something like:

#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input {
    width: 150px!important;
    left: 29%;
}

As your moving the input you’ll see some hidden text showing ‘Promotion code’, if you want to hide that you can use:

#ee-promotion-code-input-lbl h4 {
    display: none;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

Viewing 3 reply threads

The support post ‘Promotion Code box’ 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