Shape Block
Description
The shape block can be used to add different shapes to Fluid Engine sections. Make eye-catching motifs, overlap shape blocks, get creative and have fun with 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> .sqs-block-shape svg.sqs-shape { } </style>
Custom CSS
/* shape block */ .sqs-block-shape svg.sqs-shape { }