Posted: June 21, 2016 at 9:58 am
|
I’m trying to finalize the overall styling of the single event page template. I’m hoping a little CSS help would adjust and finish a few things. Any help would be very much appreciated. I have set up a test event to see what I’m talking about here: compseats.com/events/ellie-holcomb 1) The QTY ticket selector drop down box is a little small compared to the rest of the elements in the table. Would like to make larger. Thank you. |
Hi there,
Depends on the size, but here is an example of 100% width: .ticket-selector-tbl-qty-slct { width: 100%; }
We have an example of how to change the button text here: https://eventespresso.com/wiki/customize-checkout-registration-button-text/ You can place the function within your themes functions.php file or a Custom Functions Plugin
I’ve combined these together as you can apply the styles in one go: .espresso-venue-dv { width: 50%; margin: 0 auto; text-align: center; border: 5px black solid; } .ee-gmap-wrapper { width: 300px; } You will need to change the styles applied but that gives an example of what you requested 🙂 |
|
|
Thanks Tony. Everything worked great except for I’m still having a little trouble changing the button to say RESERVE NOW. I tried adding: function ee_register_now_button() { add_filter (‘FHEE__EE_Ticket_Selector__display_ticket_selector_submit__btn_text’, ‘ee_register_now_button’); I think it didn’t worked because of some other code I’ve added? Here’s the CSS I’ve added: .ticket-selector-submit-btn, } .ticket-selector-tbl-qty-slct, } .ticket-selector-tbl-qty-slct { .espresso-venue-dv { .ee-gmap-wrapper { |
|
Figured it out. |
The support post ‘Single Event Page Template adjustments’ 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.