[Resolved] The Events Calendar List View – Remove Bottom Section

Home Forums Support [Resolved] The Events Calendar List View – Remove Bottom Section

Home Forums Support The Events Calendar List View – Remove Bottom Section

  • This topic has 7 replies, 2 voices, and was last updated 6 years ago by Tom.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #550566
    Mary Pearson

    I’ve been conversing with tech support for The Events Calendar about this issue for a couple of weeks and so far no solution. We’ve been trying to make changes to the template but it’s just not working. I’m hoping you might be able to help, possibly with some custom CSS instead of trying to change the template.

    At the bottom of the List View https://christiangays.com/events/list/ for some reason they have a month separator bar with today’s month, and then below that they have today’s date and time, and “Find out more >>” plus +EXPORT EVENTS.

    I’d like to get rid of it all, but without losing all required details on this page and on my single event pages.

    div id=”post-0″

    I’ve tried a few things but I just don’t know enough about it to do it correctly.
    Would appreciate any help.
    Thanks!

    #550614
    Tom
    Lead Developer
    Lead Developer

    Not too sure I understand. Are you trying to remove the grey border?

    If so, try this:

    .tribe-events-list .type-tribe_events {
        border-bottom: 0;
    }
    #551152
    Mary Pearson

    I am trying to remove all of these:

    month separator bar with today’s month and year
    today’s date and time
    “Find out more >>”
    +EXPORT EVENTS

    #551284
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    span.tribe-events-list-separator-month,
    a.tribe-events-read-more,
    #tribe-events a.tribe-events-ical.tribe-events-button {
        display: none;
    }
    #551793
    Mary Pearson

    Thank you so much Tom. Yes, that took out everything except

    .tribe-event-schedule-details

    but if I add it, then it removes the date and time from all events.

    Is it possible to remove it but just from the List View bottom of the page?

    #551992
    Tom
    Lead Developer
    Lead Developer

    You may need to ask the developers that – they might have an idea.

    #552070
    Mary Pearson

    Thank you Tom. I will close this ticket.

    #552247
    Tom
    Lead Developer
    Lead Developer

    No problem! Let me know if they’re not able to help you.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.