Jump to content

Replace "NEXT" in list-pagination

Recommended Posts

  • Replies 2
  • Views 313
  • Created
  • Last Reply

Add this to your custom CSS:

.list-pagination-prev div:nth-of-type(2) {
    display: none;
}
a.list-pagination-prev:after {
    content: "Föregående";
    line-height:1.1em;
}
.list-pagination-next div:nth-of-type(1) {
    display: none;
}
a.list-pagination-next:before {
    content: "Följande";
    line-height:1.1em;
}

I used Google Translate to guess at the right "previous"/"next" translations, so if they aren't the right word just change the text inside the quotation marks. 🙂 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.