Hide tickets on event pages

Home Forums Ticket Products Event Tickets Plus Hide tickets on event pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1121861
    rachel
    Participant

    Can you direct me to information about how to hide all ticket info on the event pages?

    #1121890
    George
    Participant

    Hi Rachel,

    Thanks for reaching out.

    We do not have any documentation on doing this, as doing this is something that would require much custom coding.

    We cannot help with writing custom code or making design tweaks, unfortunately. 🙁 Please read more about this policy here ? https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/


    To hide information on events pages, you will have to break open a code editor and a web inspector and write custom CSS. You can, alternatively, hire a developer to make these design modifications for you.

    I would recommend checking out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element you want to hide or change, and so you can then see what custom CSS you have to write to make the change.


    If you just want to hide all of the tickets-related content, you can use CSS like this:


    .type-tribe_events form.cart {
    display: none !important;
    }

    For any more-specific tweaks and such, please use the methods I described above.

    Cheers,
    George

    #1122329
    rachel
    Participant

    Thank you! That information is perfect.

    #1122812
    George
    Participant

    😀

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide tickets on event pages’ is closed to new replies.