Support

Home Forums Event Espresso Premium Changing the Font and Colour of “Register Now”

Changing the Font and Colour of “Register Now”

Posted: November 28, 2022 at 11:11 am


ldeziel

November 28, 2022 at 11:11 am

How do I change the font size, colour, and location of the “Register Now” text? On page http://prescriptionpaddlesports.com/trainings/fundamentals-of-coastal-kayaking/
the Register Now is small and in white way to the right under the table and is not clear to users. Thanks for any help you can provide!


Tony

  • Support Staff

November 29, 2022 at 6:30 am

Hi there,

Are you using a page builder on the site?

The output there is spanning across the full page so the ticket selector shows across the entire width.

Targeting the Register now button can be done with this CSS, a quick example:

.ticket-selector-submit-btn {
    padding: 1rem;
    background: red;
    font-size: 18px;
}

If you let me know what you’d like to change I can help more if needed.


ldeziel

November 29, 2022 at 7:26 am

I’m using the BlueHost Website Builder but that particular page was built within Event Espresso. You can see the options I chose for the page here.

I’m a bit lost on how to change the layout of the pages that come from Event Espresso, so if you can direct me to a resource to help I’d appreciate it!


ldeziel

November 29, 2022 at 7:27 am

This reply has been marked as private.


ldeziel

November 29, 2022 at 7:42 am

This reply has been marked as private.


Tony

  • Support Staff

November 29, 2022 at 2:29 pm

I’m using the BlueHost Website Builder but that particular page was built within Event Espresso. You can see the options I chose for the page here.

That’s not how it works with Event Espresso.

The way we add the event details to the output is to hook into the call to the_content and add the event details to that, which means a lot of the output for the page is controlled by the theme itself.

Page builders often have what is basically a ‘blank’ output to then use the builder functionality to build out the page and that’s what is likely happening here, the page builder is calling a full page theme template and EE is injecting the content into it, which is why it spans across the whole page.

What other template options does it give you there?

I’m a bit lost on how to change the layout of the pages that come from Event Espresso, so if you can direct me to a resource to help I’d appreciate it!

The short answer here is you can’t, at least not in the way you will be wanting to do so using a page builder.

Event Espresso does not officially support any page builders currently, some work fine, others do not and it all depends on the specific builder in use and how much you want to customize. You will not get the same amount of control you get within the page builder when trying o change the output from Event Espresso posts.

Also, thinking of purchasing a theme builder such as Elegant Themes/Divi. Will Event Espresso work with this?

To a degree, yes. Event Espresso will work with Divi but again you wont have the same amount of control you have with standard pages/posts.

The support post ‘Changing the Font and Colour of “Register Now”’ 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