Comment on page
Custom CSS field
Each block has got Custom CSS field on the end. Learn how to use it properly.

Do:
- add CSS properties like color: #000, text-align: left;
Do not:
- add a classes
- add SCSS variables
- add style=""
- add class =""
- add id =""
- etc.
Last modified 11mo ago