Jump to content

Changing the "Older Posts" and "Newer Posts" buttons on the Blog Post Page to a new name

Recommended Posts

Hi, I am trying to change the text of "old post" and "new post" on the blog post page. I have found code on how to hide the text and just have the arrows. But I want to keep the text and just change what it says. 

 

Thank you!

Link to comment
  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
On 2/2/2024 at 1:23 AM, KyraH said:

https://www.tutoringprof.com/testimonials

 

Right now I have added the code to hide all text and just keep the arrow but if you can help me change what the text says instead that would be great 

Remove your code & use this code to Custom CSS box

span.next-label {
    font-size: 0;
}
span.next-label:before {
    content: "previous";
    font-size: 16px;
}
span.prev-label {
    font-size: 0;
}
span.prev-label:before {
    content: "next";
    font-size: 16px;
}

 

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

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.