Remove data (price) from the event title

Home Forums Calendar Products Community Events Remove data (price) from the event title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1053323
    Sonya
    Participant

    I would like to know how to remove the price of an event from an event title. (See attached screenshot). The reason is that often times we reduce the price of the ticket for early registrants. Then after we change the price, the “sale” price remains in the title. As you can imagine, this causes concerns to folks buying tickets after the sale date.

    So I am nit sure how to fix this, so I prefer to just have the price be eliminated from the title. Please advise on how to achieve this.
    Many thanks!

    Screenshot: https://vinopaint.com/wp-content/uploads/2016/01/vinopaint_myeventcalendar_ticket_price.jpg

    • This topic was modified 10 years, 3 months ago by Sonya.
    • This topic was modified 10 years, 3 months ago by Sonya. Reason: screenshot
    • This topic was modified 10 years, 3 months ago by Geoff.
    #1053985
    Geoff
    Member

    Hi Sonya,

    You can add something like this to your styles.css file or by using a plugin like Simple Custom CSS:

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

    Will that work for you? Please let me know.

    Cheers!
    Geoff

    #1054956
    Sonya
    Participant

    Hi Geoff, Thank you for that snippet! This worked, you all rock it! Thank you.

    #1055309
    Geoff
    Member

    My pleasure and thanks for following up!

    I’ll go ahead and close this thread but do please feel free to open a new one if any other questions come up–we’d be happy to help. 🙂

    Cheers,
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove data (price) from the event title’ is closed to new replies.