Skip to main content
Solved

Remove attend button from event landing

  • 27 January 2021
  • 2 replies
  • 88 views

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