Way to hide cost fields on events

Home Forums Calendar Products Events Calendar PRO Way to hide cost fields on events

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1224274
    John
    Participant

    Using tickets with events calendar pro. Is there CSS to hide the cost fields it adds to the event?

    #1224848
    Geoff B.
    Member

    Good evening John and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Using tickets with events calendar pro. Is there CSS to hide the cost fields it adds to the event?

    The short answer is yes.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

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

    .tribe-events-list .tribe-events-event-cost {
    display:none !important;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1225009
    John
    Participant

    Took care of metadata – is there a way to hide the one under the event
    title/date?

    [image: Inline image 1]

    #1225556
    Geoff B.
    Member

    Good evening John,

    Thank you for writing back.

    Actually, I thought that the first CSS rule would hide the one under the event.
    But maybe we are talking about a different thing ?

    Would it be possible to send me a screenshot of what you mean ?

    Have a good weekend,

    Geoff B.

    #1241140
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Way to hide cost fields on events’ is closed to new replies.