Support

Home Forums Event Espresso Premium Is it possible for the theme button settings to flow into EE buttons?

Is it possible for the theme button settings to flow into EE buttons?

Posted: October 18, 2017 at 6:38 pm

Viewing 1 reply thread


Bob Randklev

October 18, 2017 at 6:38 pm

We’ve applied the new theme but the EE buttons are very small and discolored like:
https://streetsmartsdriversed.com/iowa/marion/indian-creek-ind-classes/

I know we can custom edit the CSS for the buttons BUT can we disable the EE css somehow and let the theme take over?

The home page has simple buttons with more spacing.

Other ideas are welcome too.


Tony

  • Support Staff

October 19, 2017 at 4:37 am

Hi Rob,

EE actually applies very minimal styling to the buttons so that the styles from your theme are used, the problem here is the theme is styling the buttons using specific classes, which the EE buttons do not have.

So you’ll need to take the styles you like from the theme and apply them to the classess used within EE, for example:

.ticket-selector-submit-btn {
    border: 2px solid #387fc8;
    border-radius: 5px;
    color: #387fc8;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: 12px;
    padding: 12px 8px;
    text-align: center;
}

Styles the ticket selector button the same as the theme styles woocommerce buttons, but it all depends on which styles you want to carry over.

You could that add those styles to a child theme so they load on the site.

Viewing 1 reply thread

The support post ‘Is it possible for the theme button settings to flow into EE buttons?’ 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