Remove ticket price on event page

Home Forums Ticket Products Event Tickets Plus Remove ticket price on event page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #985745
    Sharon Watt
    Participant

    I tried using the css below to remove the ticket price on a single event page but it didn’t work.

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

    I tried clearing the cache and using a different browser but it is still showing:
    http://www.plentypermaculture.co.nz/event/advanced-permaculture-design/

    #985872
    George
    Participant

    Hey Sharon,

    Do you mean the ticket price that’s listed at the top of the page, right under the event title? If so, try adding the following CSS to the bottom of your theme’s style.css file:


    body.single-tribe_events .tribe-events-divider,
    body.single-tribe_events .tribe-events-cost {
    display: none !important;
    }

    Let me know if that helps!

    Cheers,
    George

    #986046
    Sharon Watt
    Participant

    Yes that worked! Thank you

    #986481
    George
    Participant

    Great! Best of luck with your site 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove ticket price on event page’ is closed to new replies.