Disable "Register for this Event"?

Home Forums Calendar Products Community Events Disable "Register for this Event"?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1058734
    Jameson Stewart
    Participant

    Hi, Is there any way to disable the button that says “register for this event” on event pages? (like this page: http://district-church.com/event/sunday-service/2016-01-24/ )
    Thanks!

    #1058791
    Hunter
    Moderator

    Welcome to the forums, Jameson!

    You can hide the button via CSS by inserting the code into your theme’s styles.css file:

    .single-tribe_events .booking-button {
    display: none;
    }

    Let me know if this does the trick!

    #1076928
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable "Register for this Event"?’ is closed to new replies.