curlybirdie21 Posted December 28, 2022 Share Posted December 28, 2022 Hi there! I have added a Summary block to my home page to display the latest blogs. Currently it is showing the 'read more' as a link, but I would like that to display the link as a button (see attached image). Does anyone have any code I could add to this page so the read more links display instead as buttons? ideally with an outline in #11394D colour if possible (although I'll settle with black) Thanks in advance. Smiles, Jo Earvin 1 Link to comment
bycrawford Posted December 28, 2022 Share Posted December 28, 2022 (edited) Hey Jo, Use this: .sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link { border: solid 1px #11394D; padding: 10px; width: 60%; text-align: center !important; margin-top: 30px !important; transition: 0.2s; &:hover { background: #11394D; color: white; transition: 0.2s; } } Edited December 28, 2022 by bycrawford Code change Earvin and curlybirdie21 1 1 Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
curlybirdie21 Posted December 28, 2022 Author Share Posted December 28, 2022 Thanks so much but sorry for sounding like a pleb but where should i put this code - when I add it to the page it doesnt work - should it be on the main css section? Link to comment
tuanphan Posted December 29, 2022 Share Posted December 29, 2022 19 hours ago, curlybirdie21 said: Thanks so much but sorry for sounding like a pleb but where should i put this code - when I add it to the page it doesnt work - should it be on the main css section? Add it to Design > Custom CSS curlybirdie21 1 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
curlybirdie21 Posted December 29, 2022 Author Share Posted December 29, 2022 Thanks you so so much, now one last request, is there any way we can change the font in the Read More box to Bebas Neue CAPS? without the arrow (ideally). Sam thank you so so much! You are so flipping clever! Link to comment
Solution bycrawford Posted December 30, 2022 Solution Share Posted December 30, 2022 (edited) 16 hours ago, curlybirdie21 said: Thanks you so so much, now one last request, is there any way we can change the font in the Read More box to Bebas Neue CAPS? without the arrow (ideally). Sam thank you so so much! You are so flipping clever! Hey Jo, thanks for the kind words! So to add in Bebas Neue as your font in caps, here is how the code would look: .sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link { border: solid 1px #11394D; padding: 10px; width: 60%; text-align: center !important; margin-top: 30px !important; transition: 0.2s; font-family: 'Bebas Neue'; text-transform: uppercase; &:hover { background: #11394D; color: white; transition: 0.2s; } } To get rid of the arrow, there are some codes floating round, but I believe they mess with the styling of the button code I gave you. If you download an amazing plugin called Lazy Summaries from SquareWebsites (https://www.squarewebsites.org/squarespace-plugins/lazy-summaries) it allows you to change the text (screenshot attached). If you input whatever you want and hit save, the text will change and the arrow will no longer be shown. Hope this helps! Edited December 30, 2022 by bycrawford Earvin and tuanphan 2 Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
curlybirdie21 Posted January 4, 2023 Author Share Posted January 4, 2023 Thanks Sam! So is this code to replace the code you sent me previously, or in addition to? Smiles Jo bycrawford 1 Link to comment
bycrawford Posted January 4, 2023 Share Posted January 4, 2023 4 hours ago, curlybirdie21 said: Thanks Sam! So is this code to replace the code you sent me previously, or in addition to? Smiles Jo Hey Jo, this would be to entirely replace the code that I sent earlier 🙂 Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
curlybirdie21 Posted January 5, 2023 Author Share Posted January 5, 2023 Okay fab thanks, Sam I took a look at the plugin you suggested. I just need to see if the client is willing to pay for it! Smiles, Jo Link to comment
Noahk Posted January 5, 2023 Share Posted January 5, 2023 I was facing the same issue, thank God I saw your post! Finally I solved this issue😊 Thank you curlybirdie21 1 Link to comment
curlybirdie21 Posted January 12, 2023 Author Share Posted January 12, 2023 Hey Sam... So that code you sent me... The Read More text doesn't look like Bebas Neue - see here (more like TNR - eek!) 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