Skip to main content

Hi there, 

we want our members to register to an event via a link on the body of the event page, as opposed to the attend button. 

We can see the Zapier folks managed to remove it. Any idea how?

Thanks in advance. 

 

Zapier used custom CSS to hide the “attend” button:

.event-header-container .event-header-wrapper .btn--event {
display: none!important;

 


Awesome to know, thanks @bjoern_schulze 


Reply