kelleyadv Posted March 24, 2021 Share 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 1 Link to comment
Beyondspace Posted March 25, 2021 Share 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; } tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment