How to hide "previous" and "next" links in single event view

Home Forums Calendar Products Events Calendar PRO How to hide "previous" and "next" links in single event view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #108661
    tubeguy
    Participant

    Example here: http://rightinmybackyard.com/event/focus-on-our-forest/
    I would like to be able to hide the line that shows « Global Mitigation, Local Energy Conservation and Solar Generation Solutions / Friends of Busse Woods Workday » and hide that line on all single event views. Is that possible? Thanks for any help.

    #109079
    Casey
    Participant

    tubeguy,
    Thanks for getting in touch. Yes, this is definitely possible. Just paste the following code into your theme’s stylesheet to remove the prev/next links on the single event view:


    .events-single .tribe-events-sub-nav {
    display:none !important;
    }

    Give that a try and let me know if it does the trick! Thanks! 🙂

    -Casey-

    #109084
    tubeguy
    Participant

    Whoa, thanks! Works perfectly!

    #109089
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to hide "previous" and "next" links in single event view’ is closed to new replies.