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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, 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