Pagination links are provided by the Zendesk {{pagination}}
helper, but changes are possible using HTML and CSS. Our themes have the pagination links (.pagination-next-link
, .pagination-prev-link
, .pagination-first-link
and .pagination-last-link
) inherit outline button styling by default.
Pagination links will only be displayed if there are more than 30 objects (categories, sections, articles etc.) to display.
You can edit the pagination styles directly in the theme’s style.css
file or through the _pagination.scss
Sass partial to give the links a different appearance. For example, you could apply the primary button style:
The HTML for pagination links is provided by the Zendesk {{pagination}}
helper and cannot be modified directly.
You can use pagination patterns by copying and pasting the code into the position you’d like them to appear on any page that supports the helper:
- Home page
- Article page
- Contributions page
- Request List page
- Search Results page
- Section page