It should be possible. May I ask how is it that you add the background image to the page in your example? You might also be able to add an image to the event page too by adding some custom code to the WordPress theme.
Thanks Josh – I’ve mananged to work this out by adding code to the Event Description section and hiding the page-title. However, this leads me on to another question. How can I add another section below the Trainer? We’d like to add more information about the course but want it to appear below the trainer section.
You could add more information there by using the custom fields. Here’s a screenshot that shows an example of how to add a custom field in the event editor:
You can remove echo '<div class="extra">' . esc_html($post->foo) . '</div>'
and replace with whatever code you want there. The content from the custom field is the $post->foo and ideally that should be escaped just like in the example.
Viewing 9 reply threads
The support post ‘Adding a background image to the heading on Event registration page’ 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.