Hi,
on the thank you page I only need the thank you sentence in the yellow frame. I deleted the php`s that produce the three sections below. Now my beginner question: How do I just hide these sections with a child theme? Because with the next ee4-update those php´s will be there again and the sections will be displayed. I don´t know much about child theme and it would be great to know what I have to include there. Thank you
Second question: I changed the language file (.mo) and of course it gets overwritten as well with every update. Where do I put it, so that doesn´t happen. Thank you
Next, if you are wanting to hide the content on the thank you page except for the yellow box area, then you can use some CSS.
You mentioned a child theme so you could drop this CSS in your child theme’s stylesheet:
/* Hide select content on the registration checkout page */
h3.ee-registration-details-h3, div.ee-registration-details-dv, div#espresso-thank-you-page-ajax-content-dv { display: none; }
Another option is to use a free plugin like Reaktiv CSS Builder or Simple Custom CSS to add a custom CSS option to your site.
Please note that will hide all the information that you asked for except for the yellow box.
—
Lorenzo
Viewing 1 reply thread
The support post ‘Customizing Thank You 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.