Support

Home Forums Event Espresso Premium Changing event espresso button style

Changing event espresso button style

Posted: December 28, 2018 at 8:33 am

Viewing 1 reply thread


AlainB

December 28, 2018 at 8:33 am

Hello,

My buttons look very boring. I dont know if its because of my theme or anything, but I would like to change it. How do I do this? (Picture for reference) https://imgur.com/xjsZPG1


Josh

  • Support Staff

December 28, 2018 at 8:48 am

Hi,

The button styles are controlled by your theme. For example, if you take a look at my test site that uses the Atomic Blocks theme, you’ll notice the buttons are purple, with white text, and have slightly rounded corners:

https://josh.eventespresso.com/events/an-example-event/

The way that works is the theme has CSS, that includes this:

input[type="submit"] {
  background: #5a3fd6;
  background-color: rgb(90, 63, 214);
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 20px;  
 -webkit-appearance: none;
  transition: .2s ease-in-out;
}

If you want to do something similar, you’ll add & adapt the above to your site’s Appearance > Customize > Additional CSS panel.

Viewing 1 reply thread

The support post ‘Changing event espresso button style’ 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