Change link color in Consent block

Add the code below to the Custom CSS field on your Form widget’s Appearance tab:

[class*='FormFieldLayout__Element-sc'] a {
color: red;
}
1 Like