Quote Block

Description

The quote block adds stylized quotes to your site and is a great way to display testimonials and reviews from your customers and clients.

Hiiii, Puno here! Yep, it’s an online course on making Squarespace websites. I never thought that I could make a living as a specifically Squarespace freelancer, but I was able to make $100K/year and worked 2 hours a day.

Learning how to build a website from start to finish has opened so many doors for me. I’ve been able to help kickstart friends’ businesses, launch brand redesigns, and create a business of my own. I’m gonna get a lil 🌽y here, but Squarespace gave a non-coder (ahem, me) the ability to execute and find my VISHUN 💫. I want to share everything I know in the funnest way possible so let’s do this yah?
— Puno, your instructor

Custom CSS

For style changes across multiple pages, add the code snippet to your Custom CSS panel and each page will be updated.

Advanced Code Injection

For style changes on one page, add the code snippet to the page Advanced Code Injection so only that page will be updated. Enclose your code in style brackets like this:

<style>

.newsletter-block {
}

</style>
 

Custom CSS

To target the quote text

/* quote text */
.sqs-block-quote blockquote {
}

To target the source

/* quote source */
.sqs-block-quote .source {
}