Support

Home Forums Event Espresso Premium CSS class query

CSS class query

Posted: August 7, 2018 at 1:00 am

Viewing 3 reply threads


swoutdoorsgroup

August 7, 2018 at 1:00 am

We’re struggling to add a border to the ‘submit promotional code’ text area on our registration checkout page – https://www.outdoorsgroup.co.uk/registration-checkout/?uts=1532940664#checkout

Our web developer says it currently has a white background and no border however as soon as you add any styling to the associated classes, it seems to not make any changes. He feels there is an overriding class that it keeps defaulting back to.

A simple grey border around the textarea would make it visible in the front end.

He’s advised we find out from the plugin developer for eventespresso the CSS class to change this we can simply drop it in and it should fix it.

Can anyone help??


Tony

  • Support Staff

August 7, 2018 at 2:54 am

Hi there,

Just to note, links directly to the checkout, like this:

https://www.outdoorsgroup.co.uk/registration-checkout/?uts=1532940664#checkout

Will not work for others as it uses your session data so me clicking on the above shows a ‘Nothing in your event queue’ error. The best way to link us to a problem with the checkout is to link to an event we can use to run a test registration (I’ve randomly selected an event to view the problem).

Something like this should work for what you need:

#ee-promotion-code-input {
    border: 1px solid #dddddd;
}

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


swoutdoorsgroup

August 13, 2018 at 3:48 am

That did the job, thank you so much for your help Tony!


Tony

  • Support Staff

August 13, 2018 at 4:03 am

You’re most welcome.

Viewing 3 reply threads

The support post ‘CSS class query’ 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