Pagination – CSS selectors

Content Views helps you to show any posts with pagination easily.

Here are CSS selectors for page number, next/prev button when you want to use your own custom CSS:

/* Page number */
.pt-cv-pagination li a {
    
}

/* Page number - active */
.pt-cv-pagination li.active a {
    
}

Notice: For Pro users, please use the “Style Settings” tab of View to change color, font, align, transform, so on without writing CSS.

Scroll to Top