Support

Home Forums Event Espresso Premium Formatting the "Register Now" Button on Single Event

Formatting the "Register Now" Button on Single Event

Posted: February 22, 2018 at 12:07 pm

Viewing 3 reply threads


katedixon

February 22, 2018 at 12:07 pm

Hi, Again –

My testers are telling me that the Register Now button could be missed by customers since it’s the same color as the background, with no outline/no bold text. Is there any way to make the button orange so it stands out more?

Here’s my URL so you can see what I’m talking about: katedixon.org/events/true-leadership-workshop

Thank you!

– Kate


Tony

  • Support Staff

February 22, 2018 at 12:34 pm

Hi Kate,

Event Espresso applies minimal styling and relies on your themes styling to keep the event output consistent with the rest of your site.

Right now your theme is setting all inputs to have a white background with no borders – http://take.ms/MD3at

You can override that using some custom CSS, something like:

input.ticket-selector-submit-btn {
    background-color: #8080807a!important;
    font-weight: 600;
}

Will make the button look like this – http://take.ms/syOWi

You can alter the CSS to suit but note that because your theme is using !important we also need to use that above to override it.

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


katedixon

February 22, 2018 at 3:47 pm

Thank you so much, Tony! Looks infinitely better now.

– Kate


Tony

  • Support Staff

February 22, 2018 at 4:06 pm

You’re most welcome 🙂

Viewing 3 reply threads

The support post ‘Formatting the "Register Now" Button on Single Event’ 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