In the Display Settings tab, please select the Enable checkbox of Pagination.

The “Infinite scrolling”, “Load more button” options are only available in Content Views Pro.

Customize Pagination Color
  • With Content Views Pro, you can change style (color, background color, font…) of pagination without writing custom CSS, using options in the “Style Settings” tab (click to read more).
  • With Content Views free, you can add your own CSS:
    /* Content Views - active pagination item */
    .pt-cv-pagination li.active a {}
    
    /* Content Views - normal pagination item */
    .pt-cv-pagination li a {}
    

Best regards,

Scroll to Top