Support

Home Forums Event Espresso Premium No border line showing of promo code entry field

No border line showing of promo code entry field

Posted: January 29, 2024 at 3:55 am

Viewing 3 reply threads


benzett

January 29, 2024 at 3:55 am

Unfortunately the field where the promo code should be typed in as no line and no borders and it’s almost invisible. I tried to change the CSS of that field by

input.ee-promo-combo-input {
border-width:5px;
background-color: black;
color: #000;
}

and some variations as given on
https://eventespresso.com/wiki/ee4-promotions-add-on/

but nothing helped. I can edit the button but not the field. It remains almost invisible as it as no borderline and is white… any fix for that?

thank you!

PS: Thats the checkout page:
https://www.benediktzeitner.de/kasse/?uts=1706525628#checkout


Sam

  • Support Staff

January 29, 2024 at 5:39 am

Hi,

It seems to be a CSS conflict.

You can replace the above CSS with this for a better result:

input#ee-promotion-code-input {
    border: 1px solid #000;
    width: 100% !important;
}

Hope that helps.


benzett

January 29, 2024 at 5:41 am

beautiful! that worked perfectly! thank you!


Sam

  • Support Staff

January 29, 2024 at 5:54 am

Good to hear that. Please feel free to ask if you have any other questions.

Viewing 3 reply threads

The support post ‘No border line showing of promo code entry field’ 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