Jump to content

Getting rid of the arrows

Recommended Posts

  • Replies 6
  • Views 547
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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

My testing

image.thumb.png.afcf869eb5da6bccd5e6f6163fea841b.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
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
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!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.