(Squarespace) Add custom text to top of Form Block

To add custom text to top of Form Block.

#1. First, find Form Block ID.
In my example, it is: #block-yui_3_17_2_1_1739843795720_8092

#2. Next, use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

#block-yui_3_17_2_1_1739843795720_8092 .field-list:before {
    content: "Keen to stay in the loop with a complete calendar of upcoming media, tastemaker and major events across Tāmaki Makaurau? Check out a demo video and gain access to a free trial by dropping your deets below!";
    font-size: 16px;
    color: #504fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;  
}

1 Like