• Resolved pocitos10

    (@pocitos10)


    Hi! I need to adjust the font size only on the GDPR field, also adding some padding on top of the field. Any help would be really appreciated thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter pocitos10

    (@pocitos10)

    Thanks, I am not sure how to find that label you are suggesting. Any other way to do it? thanks

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    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

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘GDPR font size adjusting and adding padding’ is closed to new replies.