Jump to content

Editing "Read More" blog excerpt text

Recommended Posts

Posted

Site URL: https://www.kelleyadv.com/blog

I'm looking to edit the "Read More" text for blog excerpts. Would like to change it from "Read More" to something like "View Full Article". I've tried multiple code injections in the footer and CSS that I found in other forum questions but none have worked for me. I'm using the Five template. 

  • Replies 1
  • Views 580
  • Created
  • Last Reply
Posted
3 hours ago, kelleyadv said:

Site URL: https://www.kelleyadv.com/blog

I'm looking to edit the "Read More" text for blog excerpts. Would like to change it from "Read More" to something like "View Full Article". I've tried multiple code injections in the footer and CSS that I found in other forum questions but none have worked for me. I'm using the Five template. 

try

.inline-read-more {
  display: inline-block;
  visibility: hidden;
  position: relative;
}
.inline-read-more:after {
  content: 'View Full Article';
  visibility: visible;
  position: absolute;
  width: 200px;
  left: 0;
}

image.png.f1ca7b8bbb9bd8bb97475ecc6c04225b.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

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.