I’ve added HTML (a button) at the bottom of each calendar page using the The Events Calendar Settings DISPLAY TAB. However the button says “Submit Event” to take the visitor to the community/add page to submit their event.
I don’t want that “Submit Event” button to appear at the bottom of the submission page. It is confusing for our visitors.
What is the page-id for the community/add page? If none, how do I target that section for that page so I can apply CSS display:none for this code?
Please contribute your event to our WELS Community Events calendar.
Brian, thanks for the lead. The following code worked well for me!
.tribe_community_edit .tribe-events-after-html > p {
display:none;
}
Hope this helps others. I’m guessing you could do the same with the “before-html” message as well if you want to add instructions at the top of the form but not at the top of the calendar views.