Tiernan Posted July 26, 2022 Share Posted July 26, 2022 Site URL: http://thetechnologyletter.com I'm using a summary blog to duplicate the look and feel of an existing blog page. For the most part, they look the same, except for the "read more" link. It is a different font style, and it has an arrow that I don't want. Is there a way to make it look exactly like the "read more" link on the standard blog landing page? Attached is a screen shot of a side-by-side comparison. Link to comment
Beyondspace Posted July 27, 2022 Share Posted July 27, 2022 13 hours ago, Tiernan said: Site URL: http://thetechnologyletter.com I'm using a summary blog to duplicate the look and feel of an existing blog page. For the most part, they look the same, except for the "read more" link. It is a different font style, and it has an arrow that I don't want. Is there a way to make it look exactly like the "read more" link on the standard blog landing page? Attached is a screen shot of a side-by-side comparison. Which design do you want to achieve? I try this code to change read more color .blog-side-by-side .blog-more-link { color: red; } 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, Lightbox Studio pluginIf 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
Tiernan Posted July 27, 2022 Author Share Posted July 27, 2022 Bangank36, thank you for your reply. I'm trying to achieve the default Read More style of the blog page, where it is simply underlined, no arrow. You can see that design on the left side of the attached image. Link to comment
tuanphan Posted July 28, 2022 Share Posted July 28, 2022 19 hours ago, Tiernan said: Bangank36, thank you for your reply. I'm trying to achieve the default Read More style of the blog page, where it is simply underlined, no arrow. You can see that design on the left side of the attached image. Which page are you referring to? It looks fine on homepage https://www.thetechnologyletter.com/ Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Tiernan Posted July 28, 2022 Author Share Posted July 28, 2022 Tuanphan, thank you for asking for clarification. The public page at the url you mentioned looks fine, it is a second page I am trying to make that doesn't look fine. That page is not public. It is a copy of the public page, but using a SUMMARY block to mimic the blog page. Because it is mimicking, the fonts and styles are not matching exactly. In particular, the arrow, which is not on the blog page, and which I do not want. The screen shot I posed shows the side-by side comparison, where you can see how the private page using SUMMARY is different from the public page. I'm trying to work out all the CSS changes that need to happen with this, such as removing the arrow, and making the TIMESTAMP larger font. Link to comment
tuanphan Posted July 31, 2022 Share Posted July 31, 2022 (edited) On 7/29/2022 at 12:07 AM, Tiernan said: Tuanphan, thank you for asking for clarification. The public page at the url you mentioned looks fine, it is a second page I am trying to make that doesn't look fine. That page is not public. It is a copy of the public page, but using a SUMMARY block to mimic the blog page. Because it is mimicking, the fonts and styles are not matching exactly. In particular, the arrow, which is not on the blog page, and which I do not want. The screen shot I posed shows the side-by side comparison, where you can see how the private page using SUMMARY is different from the public page. I'm trying to work out all the CSS changes that need to happen with this, such as removing the arrow, and making the TIMESTAMP larger font. You can share link to private page, we can check easier. If you can't share it, just create a test page, add summary, then share link. We can also check it there. Edited July 31, 2022 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Tiernan Posted August 1, 2022 Author Share Posted August 1, 2022 Thank you, Tuanphan. Here is the private page: https://www.thetechnologyletter.com/tl20new Link to comment
tuanphan Posted August 4, 2022 Share Posted August 4, 2022 On 8/1/2022 at 1:16 PM, Tiernan said: Thank you, Tuanphan. Here is the private page: https://www.thetechnologyletter.com/tl20new Hi. Read more is fine. Did you solve? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Tiernan Posted August 4, 2022 Author Share Posted August 4, 2022 Hi, TuanPhan, Banggank36 was able to help remove the arrow, but I am still trying to make the font for read more, and for the time stamp, bigger. Is there a way to increase the font size on that summary block? Thank you! Link to comment
tuanphan Posted August 5, 2022 Share Posted August 5, 2022 On 8/4/2022 at 2:40 PM, Tiernan said: Hi, TuanPhan, Banggank36 was able to help remove the arrow, but I am still trying to make the font for read more, and for the time stamp, bigger. Is there a way to increase the font size on that summary block? Thank you! Use this CSS time.summary-metadata-item.summary-metadata-item--date { font-size: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
paul2009 Posted January 6 Share Posted January 6 On 7/26/2022 at 6:51 PM, Tiernan said: I'm using a summary blog to duplicate the look and feel of an existing blog page. For the most part, they look the same, except for the "read more" link. It is a different font style, and it has an arrow that I don't want. You can use some CSS to remove the arrow by using ::after to create a pseudo-element that replaces the caption with some new text (without the arrow!) and then hide the original content by setting visibility to hidden. I gave an example in this guide: Changing ‘Read More →’ links on Summary Blocks. Did this help? Please give feedback by clicking an icon below ⬇️ Tiernan 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. 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