Tiernan Posted August 2, 2022 Share Posted August 2, 2022 Site URL: https://www.thetechnologyletter.com/tl20new Does anyone know how to remove the arrows next to the “read more” link in this summary block? Thank you in advance for any help you can offer. Link to comment
Beyondspace Posted August 2, 2022 Share Posted August 2, 2022 17 minutes ago, Tiernan said: Site URL: https://www.thetechnologyletter.com/tl20new Does anyone know how to remove the arrows next to the “read more” link in this summary block? Thank you in advance for any help you can offer. We can use pseudo element to display the content and hide the link content. Try adding to Home> Design > Custom Css .summary-read-more-link { visibility: hidden; } .summary-read-more-link:before { content: 'Read More'; visibility: visible; border-bottom: 1px solid; padding-bottom: 5px; } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Beyondspace Posted August 2, 2022 Share Posted August 2, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Tiernan Posted August 2, 2022 Author Share Posted August 2, 2022 That’s really wonderful, Bagank36! Thank you for your help. Is there also a way to make the font size larger, to match the font size of the excerpt text? Link to comment
tuanphan Posted August 4, 2022 Share Posted August 4, 2022 On 8/2/2022 at 8:52 PM, Tiernan said: That’s really wonderful, Bagank36! Thank you for your help. Is there also a way to make the font size larger, to match the font size of the excerpt text? Use this CSS a.summary-read-more-link { font-size: calc(~"(1.6 - 1) * 1.2vw + 1rem") !important; } 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
Tiernan Posted August 4, 2022 Author Share Posted August 4, 2022 Tuanphan, thank you, however, that doesn't have any effect. I have made the addition to CSS and the page in question -- https://www.thetechnologyletter.com/tl20new -- still has font much smaller for timestamp and Read More than the page I am trying to copy, https://www.thetechnologyletter.com Link to comment
Tiernan Posted August 4, 2022 Author Share Posted August 4, 2022 5 hours ago, Tiernan said: Tuanphan, thank you, however, that doesn't have any effect. I have made the addition to CSS and the page in question -- https://www.thetechnologyletter.com/tl20new -- still has font much smaller for timestamp and Read More than the page I am trying to copy, https://www.thetechnologyletter.com I see my mistake, the text size attribute had to be included inside of the summary block CSS. Thank you very much for your help Tuanphan! tuanphan 1 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