• Resolved mikeboas

    (@mikeboas)


    I want to highlight just this week’s events in my site’s sidebar.

    The plugin is putting a “next events” link at the bottom, which I don’t want.

    How do I turn it off?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dharmesh Patel

    (@dharm1025)

    Hello @mikeboas,

    Thanks for reaching to us.

    Currently, there is not any way to turn of pagination links. but you can hide it using below custom CSS.

    .row_grid .prev-next-posts {
        display: none !important;
    }

    let us know its working for you or not.

    Thanks.

    Thread Starter mikeboas

    (@mikeboas)

    Seems to work!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Turn off “next events”?’ is closed to new replies.