Support

Home Forums Event Espresso Premium Swapping the Buttons on the checkout pop up?

Swapping the Buttons on the checkout pop up?

Posted: October 13, 2015 at 9:48 pm


denise

October 13, 2015 at 9:48 pm

Hi,

I would like proceed to registration to appear on the right and Return to events to appear on the left on the checkout window that pops up after you add event to cart.

Is this possible?

Thanks!
Denise


Tony

  • Support Staff

October 14, 2015 at 5:15 am

Hi Denise,

Currently you would need to do this using CSS, something like:

#cart-results-modal-dv span.cart-results-button-spn {
    float: right;
}

Will swap the buttons, however then you’ll also need to hide the < > icons as they will look like this – http://take.ms/DPdcy

Something like:

#cart-results-modal-dv span.cart-results-button-spn .dashicons {
   display: none;
}

However you may also need more css to change the display to suit.

The support post ‘Swapping the Buttons on the checkout pop up?’ 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