• Resolved Mickey Bo

    (@mickey-bo)


    I have an unwanted shaded area around the form fields in the mobile display of WPForms lite. The solution has escaped me. It does not appear on the desktop version of the form. How do I eliminate it?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Mickey,

    It looks like your theme is adding some background color to the form, but we can remove this for WPForms with a little custom CSS:

    .post .wpforms-container form {
        background-color: transparent;
    }
    

    In case it helps, the easiest way to add custom CSS like this is by using the WordPress CSS editor under Appearance > Customize > Additional CSS.

    You can check out more about this and alternative options for adding CSS in WPBeginner’s tutorial.

    I hope that helps! ??

    Thread Starter Mickey Bo

    (@mickey-bo)

    That sure did the trick! Thanks so much. This is a terrific plugin and you just made it better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unwanted shaded area around mobile Lite form fiels’ is closed to new replies.