Support

Home Forums Event Espresso Premium Custom CCS to change the Register Now on Event Table

Custom CCS to change the Register Now on Event Table

Posted: August 24, 2017 at 12:59 pm

Viewing 3 reply threads


jtonjes

August 24, 2017 at 12:59 pm

Is there a custom CCS that i can use to change the Register Now button to something else without changing the PHP file?

Thanks for the help


Josh

  • Support Staff

August 24, 2017 at 1:13 pm

Yes.

You can target the register now button with the
.ticket-selector-submit-btn CSS selector. Example code follows:

input.ticket-selector-submit-btn {
    color: #ffffff;
    border-color: #ac1100;
    background-color: #ff2a13;
    margin-bottom: 0.25em;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0,0,0,0.75);
    border-radius: 0.25em;
}


jtonjes

August 24, 2017 at 1:22 pm

Can I change it to say something else through that? Sorry not to savy in CCS


Josh

  • Support Staff

August 24, 2017 at 1:31 pm

You can change the actual text in the events table by adding a parameter to the shortcode.

e.g.
[ESPRESSO_EVENTS_TABLE_TEMPLATE reg_button_text='Buy Tickets']

The documentation has more information about the link text shortcode parameters:

https://eventespresso.com/wiki/events-table-view-template-add-on/#link_text

Viewing 3 reply threads

The support post ‘Custom CCS to change the Register Now on Event Table’ 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