Hi @pocitos10,
Thank you for writing in to us.
You can inspect your form page using your browser developer tools and grab the label for value(label[for=XXX]) of the GDPR checkbox and target the span text. You can then adjust the font size with “font-size:” and adding “padding-top:” based on your preference.
Here is an example code:
label[for=forminator-field-gdprcheckbox-1-60205b71e9410] span {
padding-top: 20px;
font-size: 20px;
}
Best,
Jonathan S
Thanks, I am not sure how to find that label you are suggesting. Any other way to do it? thanks
Hi @pocitos10,
I am afraid, adding CSS without knowing the exact value of the label might affect other elements on the site. The following article gives an idea of how to use developer tools in Google Chrome, please check if that helps: https://zapier.com/blog/inspect-element-tutorial/
Is it possible to share the form URL so that we can help you with identifying the value for the label?
Best Regards,
Nebu John
Hello @pocitos10 ,
We haven’t heard from you for several days now, so it looks like you no longer need our assistance.
Please feel free to re-open this ticket if needed.
kind regards,
Kasia