NotAHologram Posted October 12 Posted October 12 Site URL: https://thistimblevins.com Hello, I am designing with the Bedford template and am using a SUMMARY GRID on the front page to highlight my most recent blog posts. The READ MORE button in each summary is a red bubble with white text and I would like to change the colors to match the main color scheme of my site. Is there a CSS code I could try to change both the bubble and the text fonts? Thank you ahead of time for the help.
Square_Ace Posted October 12 Posted October 12 Hi, add this to the bottom of your Custom CSS: .sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link { background: green; color: black; } Change the color as you wish. Hope that helps. Andrew Square Ace Enhancing Squarespace websites for over a decade. I am an expert in writing custom code for the Squarespace platform. Tailor-made, reusable solutions to your problems, whether it's styling, layout or functionality. Maverick Squarespace Designers, I'll be your Goose. If your tools are holding back your creative vision, maybe I can help. I also build useful plugins for Squarespace (with some really positive reviews) including the popular high-quality video background plugin.
NotAHologram Posted October 12 Author Posted October 12 Hello Andrew, thank you for such a quick response. I will give it a try and see what happens. I am guessing that for the colors I can enter the three number formula (example for yellow: 58, 100%, 66%) for the specific shade(?). I'll check back in once I try it.
Square_Ace Posted October 14 Posted October 14 Hi, assuming those yellow values are HSL you'd need to do it like this: background: ~'hsl(58,100%,66%)'; NotAHologram 1 Enhancing Squarespace websites for over a decade. I am an expert in writing custom code for the Squarespace platform. Tailor-made, reusable solutions to your problems, whether it's styling, layout or functionality. Maverick Squarespace Designers, I'll be your Goose. If your tools are holding back your creative vision, maybe I can help. I also build useful plugins for Squarespace (with some really positive reviews) including the popular high-quality video background plugin.
NotAHologram Posted October 19 Author Posted October 19 Thank you again for this code... it certainly worked!! Square_Ace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment