• Resolved stevedotcom

    (@stevedotcom)


    I am trialing this plugin for the first time. Any help is much appreciated.

    As soon as I add a Checkboxes or Multiple Choice field to this page, 2x Greater Than angle brackets appear on top of each other at the top left of the body text of my web page.
    This problem site is using the GoodDay theme. It seems like that is part of the problem.
    I have exported this form to another test site using the Virtue Free theme and these angle brackets are not appearing. But it could be something else unrelated.

    It would be a shame if I cannot find a solution because apart from this it has felt like a really nice plugin to work with, given what is available in the free version. Certainly much deserving of it’s perfect feedback record.

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

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

    (@ethanchoi)

    Hi stevedotcom,

    It looks like the WordPress theme is changing the browser’s default appearance for radio button inputs and that’s conflicting with WPForms styles. To fix this, we need some custom CSS:

    .wpforms-field-radio li:before {
        display: none !important;
    }
    

    In case it helps, please see this tutorial from WPBeginner on how to add custom CSS like this to your site.

    I hope this helps ??

    Thread Starter stevedotcom

    (@stevedotcom)

    You are wonderful. Thankyou so much for resolving that. And further, anticipating the uncertainty in my mind over where to place the custom css. It is really appreciated. No need to wonder how you mustain your perfect feedback record ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2 Greater Than brackets at Top of Page with Checkboxes or Multiple Choice’ is closed to new replies.