Which .css file do i change to get the DATE and Time in the ‘center’?
And move the ‘Refresh Total’ to the ‘Right’?
and edit the ‘finish registration’ button?
You are currently using the themeroller-base style so you can either edit that stylesheet, or add the css to your themes stylesheet. You can even use one of the themeroller styles and create a custom stylesheet.
Editing the button cannot be done with CSS (CSS = looks, HTML = content). It looks like this is from the shopping_cart.php and has already been modified to say Finish Registration. If you search that file for “event_espresso_continue_registration” you will find the code needed.
If you meant to change the look of the button, you can use #event_espresso_continue_registration to style it
Those 2 bits of code have been added to my style.css in my child theme, and have worked.
In regards to the themeroller, it appears my wp theme .css over rides the themeroller, is that right? So if I just the correct #code, then I style it? Thanks.
If you have Themeroller turned on, and you want to add the CSS changes to your WP theme’s stylesheet, then you will need to use !important rules for each entry in your CSS for it to override the Themeroller. If you don’t use Themeroller, then you don’t have to use !important rules. You can just add the CSS into your theme’s style.css.
With all of that said, if you are going to have to use alot of !important rules, then I suggest just turning Themeroller off and entering the code into your style.css.
The support post ‘shopping cart table event registration’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.