Custom CSS field
Last updated
Last updated
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.