Posted: February 4, 2015 at 4:53 pm
|
Hi everybody, I am not really happy with the design of the registration box and payment box: they are too large, the fields for the answers to the questions are too long and I would like to have a color for this box (instead of a white background and grey header). The overall look is visually not great. |
|
Me again, I found the ThemeRoller which is great ! I was able to change the colors of the boxes. Now I just need to reduce the width of the boxes: I wish the length could be approximately half of the screen and centered on my page. |
Hi there Alvina, You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension). This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS. Try this CSS: /*Styling for event listing page*/ .event_data.NULL.event-data-display.event-list-display.event-display-boxes.ui-widget {width:55%;margin:0 auto;} /*Styling for single event page*/ #event_espresso_registration_form {width:55%;margin:0 auto;} /*Styling for registration checkout page*/ .event-conf-block.event-display-boxes.ui-widget {width:55%;margin:0 auto;} #espresso-payment_page-dv {width:55%;margin:0 auto;} It should then look like this: http://cl.ly/image/0A2H1a0Y2f2Y — |
|
|
Hi Lorenzo, Thank you very much for your response ! I have add the line you mentioned in my “Custom CSS” and it works great !! Thank you so much ! |
Hi Alvina, I’ve revised my prior post with additional CSS. That should adjust the other pages. — |
|
|
Thank you very much Lorenzo for your help. The overall look of my registration box now are great ! Thanks ! |
|
Hi, Do you have any other queries regarding this topic or can we mark this as resolved? |
The support post ‘How to customize the look of the registration & payment boxes (size, color…)’ 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.