Pagination

Hi there,
I am freaking out, as I cannot get rid of the pagination in Newspaper X theme. I used several plugins to hide standard pagination, but the theme-based one is still there.

What can I do?

Thanks
pp

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the pagination by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove pagination*/ .nav-links { display: none; }

Best Regards,
Support