Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m a total nube but figured it out… add this to your custom css…

    /* This removes previous and next events on The Events Calendar and adds a little space between the date n time and the description */

    .single-tribe_events #tribe-events-header li {
    display: none !important;
    }

    .single-tribe_events #tribe-events-footer li {
    display: none !important;
    }

    .tribe-events-schedule {
    margin: 20px 0px 10px 0px !important;
    }

    Thread Starter lize2013

    (@lize2013)

    Thanks so much for your effort!

    Where exactly can I find this code? Where is the custom css?

    Ok – so you are more of a nube than me…

    You have to add the code into your style sheet (the style.css file). You can do this a couple ways, but the easiest way is to go to Appearance > Editor in your WP Admin panel – select the style.css file to edit

    paste the following code at the bottom of the file and click “update file” (p.s. – make sure you back-up or otherwise know how to undo changes you make in case it doesn’t work for you):

    /* This removes previous and next events on The Events Calendar and adds a little space between the date n time and the description */

    .single-tribe_events #tribe-events-header li {
    display: none !important;
    }

    .single-tribe_events #tribe-events-footer li {
    display: none !important;
    }

    .tribe-events-schedule {
    margin: 20px 0px 10px 0px !important;
    }

    Thread Starter lize2013

    (@lize2013)

    lol, no doubt about that! I’m definately more of a nube than you are! ?? But thanks a lot, it worked! Awesome, great help!

    no problem – glad to help – good luck

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Thanks for helping out here tjgeary!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove links to previous/next events in single post’ is closed to new replies.