Remove pagination

Posted in: Newspaper
Post count: 42

I want to remove the pagination numbers on the bottom right side of the category pages

http://snag.gy/FVLy2.jpg

I think it unnecessary. Any advice?

Post count: 3343

Hello,
Just add this to style.css

.page-nav .pages {
	display: none;
}

Thanks

Post count: 42

Thanks man

Post count: 89

Thanks – I used this and it does remove the ‘1 Page of 6’ but I also want to remove all trace of page numbers at the bottom of the page, including ‘< Prev’ and ‘Next >’

Is this possible>

Post count: 780

Hi london789 , you can try this:


.column_container .page-nav {
display:none;
}

Post count: 89

Thanks – works perfectly

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.