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

  1. Copy and paste the code as indicated above.

  2. Customize the font size.

Rebecca Grace

Rebecca Grace is a Squarespace CSS Expert and Website Designer.

https://rebeccagracedesigns.com
Previous
Previous

Use an Image for the Button Background

Next
Next

Reorder Sections on Mobile | Squarespace 7.1