• Resolved mor3l3ss

    (@mor3l3ss)


    Hi,
    I want to modify the css of the contact form, precisely the border of the text boxes. I followed the procedure you indicated: entered the class in field options
    wpforms-field wpforms-field-name
    and then in the aspect section in additional css I entered

    .wpforms-container-full .wpforms-form .wpforms-field wpforms-field-name {
    border-radius: 15px;
    }

    if I write also div the editor reports an error to me.

    after saving the changes are not made

Viewing 1 replies (of 1 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @mor3l3ss,

    From the CSS snippet you’ve shared, it looks like wpforms-field-name is missing a .

    When you get the chance, could you try the following snippet:

    .wpforms-field-name {
    border-radius: 15px !important;
    }
    

    And if that does not resolve the issue, please share a link to the form on your site.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘additional css problems’ is closed to new replies.