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.
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 { }