How do you remove "Free" Under Event Date?

Home Forums Welcome! Pre-Sales Questions How do you remove "Free" Under Event Date?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1155328
    Shawn Hopper
    Participant

    We installed the event tickets plugin for our church, but when we create an event like this one http://stpetepca.org/event/fall-womens-retreat-2/ how to do remove the word “Free” that is under the date of the event?

    Click on the link above or see attached screenshot.

    Thank you!

    #1155335
    Geoff
    Member

    Hi Shawn and welcome to the forums!

    Good question. If you are trying to remove the cost label from all events, then you can add something like this to your theme’s style.css file or by using the Simple Custom CSS plugin:

    .single-tribe_events .tribe-events-schedule .tribe-events-cost {
    display: none;
    }

    Will this work for you? Please let me know.

    Thanks,
    Geoff

    #1155451
    Shawn Hopper
    Participant

    Geoff you totally rock, it worked! Thank you. I love that CSS plugin, very cool…

    #1155533
    Geoff
    Member

    My pleasure! Cheers and feel free to let us know if any other questions pop up — we’d be happy to help. 🙂

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do you remove "Free" Under Event Date?’ is closed to new replies.