Jump to content

How do i change the navigation button text in my blog page from "newer", "older" to "next" and "previous"

Recommended Posts

  • Replies 5
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Try adding to Design > Custom CSS

nav.BlogList-pagination a span {
    visibility: hidden;
}
nav.BlogList-pagination a:first-child span:before {
    visibility: visible;
    content: "Newer";
}
nav.BlogList-pagination a:last-child span:after {
    visibility: visible;
    content: "Older";
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
22 hours ago, DWHQ said:

Hi Tuanphan,

 

i had another issue is that on the first page, the previous will appear. is it possible to make the word previous appear after page 2 onwards.

Many thanks again!

Screenshot 2022-04-05 at 5.49.01 PM.png

It shows no text here

https://www.dwhq.com.sg/works?offset=1646444836636

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.