Remove area from single event pages

Home Forums Welcome! Pre-Sales Questions Remove area from single event pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1149956
    Robert Lee
    Participant

    Hi there,

    In the Events > Setting section in the WP Admin panel, I went to the “display” tab and added a blurb about how to use the filter bar and provided a couple of buttons to redirect them to other pages. The issue is that if you click on an individual event on the calendar, that same blurb is showing up above the event photo/title. I would like to remove said blurb from the single events pages, but I haven’t been able to find out how to do that. I was able to remove the Page Title Bar but that did not include said blurb.

    https://crystalashram.com/event/my-test-recurring-event/2016-08-18/

    Thanks in advance for your help!
    Leela

    #1149982
    Geoff
    Member

    Hey Robert,

    I think you should be able to remove that with the following CSS in your child theme style.css file or using the Simple Custom CSS plugin:

    .single-tribe_events .tribe-events-before-html {
    display: none;
    }

    Here’s a screenshot of how that looks when used.

    Also, just a heads up that we use this Pre-Sales forum to help answer questions about purchasing our premium plugins. If you have any other technical support questions, please do log into this site and post those in our support forums if you have a license for one of our products.

    Cheers!
    Geoff

    #1150000
    Robert Lee
    Participant

    Geoff! Thank you SO much for your prompt solution and guidance on submitting tickets. Apologies for incorrectly doing so thus far. We do have licenses for Events Calendar PRO, the filter bar, and Tickets+ and I’ll submit via the Support forum in the future.

    Your solution is exactly what I needed. Thanks again.

    Leela

    #1150032
    Geoff
    Member

    Awesome, that’s great to hear Leela! So glad that did the trick and I appreciate you following up to let me know.

    Cheers and we’ll see you in the support forums next time around — have a great day. 🙂

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove area from single event pages’ is closed to new replies.