Horizontal Line
Description
Horizontal lines are great for breaking up content.
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-horizontalrule hr { } </style>
Custom CSS
/* horizontal line */ .sqs-block-horizontalrule hr { }