Support

Home Forums Event Espresso Premium Redesign the Registration Checkout Page

Redesign the Registration Checkout Page

Posted: January 22, 2018 at 7:39 pm

Viewing 3 reply threads


esassisting

January 22, 2018 at 7:39 pm

Hi,

We would like to have a better registration interface for our Registration Checkout Page. As you can see below this is our current view and it is not quite good. The texts are too small and the spaces between the categories are too narrow.

Image 1

Is it possible if we could make this like the Screen 2 that is more likely visible and readable. Screen 2

Thank you. 🙂


Tony

  • Support Staff

January 23, 2018 at 4:18 am

Hi there,

Event Espresso applies minimal styles to keep in line with whatever your theme is doing, in this case the theme is setting a width on the table that is less than the element parent which ‘squashes’ the table, you can override that using some CSS:

#ee-single-page-checkout-dv table {
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
}

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

In regards to the second image, you can add any additional styles to the table but can you let me what it is specifically you want from that tables styles?


esassisting

January 24, 2018 at 10:25 pm

Hi Tony,

Thank you! I think the width is better now.

For the table styles, I would like to totally eliminate the below texts:

1. ‘TOTAL’ column
2. The sub item
3. The Description with (For)

Please see image below for reference.

Reg 2


Tony

  • Support Staff

January 26, 2018 at 11:51 am

The problem with hiding the total and subline items is if at a later date you create a ticket that includes price modifiers, taxes, promotions etc its going to case confusing with the ticket sales as people will see one price and be charged another.

I can give you some CSS that will hide some of the fields you are asking for, but need to be clear before doing so that this may cause you problems further down the line with the above.

Viewing 3 reply threads

The support post ‘Redesign the Registration Checkout Page’ 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