Support

Home Forums Event Espresso Premium Edit "Register Now" button

Edit "Register Now" button

Posted: April 21, 2015 at 9:28 pm


Matt Grabau

April 21, 2015 at 9:28 pm

I was wondering how I can make the “Register Now” button look like the “Submit” button on the contact form of my site http://thedenversummit.com/home/#contact It will take you to the correct section.

Is there a way to do this only for this event?

Thanks for the help


Dean

April 22, 2015 at 1:52 am

Hi,

Just copy the other buttons CSS to the register buttons class:

.ticket-selector-submit-btn {
    color: #00b1f0 !important;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  cursor:pointer;
  float:right;
}

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.

The support post ‘Edit "Register Now" button’ 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