Support

Home Forums Event Espresso Premium shopping cart table event registration

shopping cart table event registration

Posted: November 12, 2012 at 7:57 am


Ben

November 12, 2012 at 7:57 am

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?


Ben

November 12, 2012 at 10:48 am

Any ideas please?


Dean

November 13, 2012 at 12:13 am

Hi,

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.

#event_espresso_refresh_total { float:right; }
#event_espresso_shopping_cart table th {text-align:center !important;}

(or change this item in the base style.)

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


Ben

November 13, 2012 at 2:19 pm

Thanks Dean,

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.


Jonathan Wilson

November 15, 2012 at 3:39 pm

Hello,

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.

Hope this helps.


Ben

November 19, 2012 at 3:14 am

Thanks Jonathan!

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.

Event Espresso