• Hello,

    Email has css: #this_form input[type=”email”]{background-color: #FFF;text-align: center; font-size: 17px;}

    How to change Name field? Input[type=”name”] does not work, how to make all input fields css same?

    Also how to edit GDPR field css and add link there, not just text + add space between box and text?

    MarxVeix – Thank you,

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marxveix

    (@marxveix)

    #this_form input[type=”text”]{background-color: #FFF;text-align: center; font-size: 17px;} did it for the name.

    What about GDPR design, clickable text link? #this_form input[type=”checkbox”]{margin:10px;}

    Hi @marxveix,

    Thank you for contacting us!

    After reviewing your email, I recommend using this CSS code for the checkbox and GDPR text. Styling the label is effective.

    #this_form .rm_form_gdpr_checkbox {
        margin: 10px;
    }

    Regarding your concern add link in GDPR field but currently it is not possible but we will add it in the upcoming release.

    Hope this helps!

    Let us know if you need any additional support

    Thread Starter marxveix

    (@marxveix)

    Plugin update did come already, probably now it works, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Name field design css’ is closed to new replies.