Resize the Blog or Event Pagination on Mobile
What does this code do?
This code snippet will allow you to change the size of the previous and next titles on your blog or event page on mobile.
Code Snippets
Copy and paste this code into Design > Custom CSS
/* Pagination Font Size */ @media only screen and (max-width: 640px) { .item-pagination-title { font-size: 1rem !important; } }
Then change the font size to the size of your choice.
How To Use It
Copy and paste the code as indicated above.
Customize the font size.