Pagination – show only Next, Previous button in “Normal” pagination

Since Content Views 2.1, please use this custom CSS to show only Next, Prev button in Normal (non-ajax) pagination:

.pt-cv-normal li {display: none !important;}
.pt-cv-normal li:first-child:not(.active), .pt-cv-normal li:last-child:not(.active) {display: inline !important;}

Best regards,

Scroll to Top