I would like to remove the header and sidebar and footer that I use in my Iced Mocha child theme from the registration page for 2 events only.
I have removed the header/sidear/footer from the events page itself using css and the class postid-xxxx where xxxx is the event id.
However there is no reference to a unique id like that in the registration page.
Should I modify a call in functions.php ? or copy over/modify the Registration Page template in my child theme and use some sort of if….statement.
Any help you could give would be greatly appreciated.
to a functions plugin or into your WordPress theme’s functions.php file.
The above code will add the category slug from the event to the registration-checkout page’s body class. You can add an event category that’s unique to the two events, then you’ll be able to use that body class as a CSS selector to do what you need to do.
wonderful josh.
when i add the class .categoryslug to my style.css i can change colors, add display:none to areas. works like a charm.
would love to do the same for thank you page. Could you share for Thank you page…..
The support post ‘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.