kelleyadv Posted March 24, 2021 Posted March 24, 2021 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.
Beyondspace Posted March 25, 2021 Posted March 25, 2021 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; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.