Need to Remove Pagination on HomePage, Archieve Page, Category page

Posted in: Newspaper
Post count: 56

Hello,

I need to remove pagination on home page, archive page, category page.

Post count: 22421

Hello,
You can use this cutom css to remove all page navigation.

.page-nav{
display:none;
}

Just keep in mind that it will disable pagination on all pages.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.