Removing or hiding the Next Page buttons

I am using Wordpress and use SiteOrigin Page Builder which allows me to add custom CSS to each individual embed. Is there code I can use to hide the “next page” buttons on certain embeds? For the home page, I would just like to have the 3 or 4 newest items on a list without giving them the chance to advance to the next page.

Let me know.

We’ve added this to our product roadmap. Customize the embed to hide the pagination buttons. Meanwhile, you can add this custom CSS to your page to hide pagination:

.ly-paginator-container {
  display:none
}