Scrolling Block
Description
The scrolling block adds movement and animation to your site. It scrolls horizontally across the page, similar to a theater marquee or news ticker.
Dream it
〰️
Dream it 〰️
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> .marquee-block { } </style>
Custom CSS
To target the entire scrolling block
/* scrolling block */ .marquee-block { }
To target the content
/* scrolling content */ .marquee-block .sqs-block-content { }
To target the text
/* scrolling text - heading */ .sqs-block-marquee h1 { } /* scrolling text - paragraph */ .sqs-block-marquee p { }