• Resolved livingearth

    (@livingearth)


    It installed well and everything seemed to be good till I tried to set up a submission form. The “Full Name”, “Email”, and “Heading” form fields do not appear. Has anyone had this issue? Any help anyone can provide will be greatly appreciated…
    Steve

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

Viewing 1 replies (of 1 total)
  • anonymized-13171256

    (@anonymized-13171256)

    It’s a conflict with your theme. Try this custom CSS:

    .strong-form .text {
        position: static;
        color: #000;
    }

    You may also like this:

    .strong-form input,
    .strong-form textarea {
        padding: 4px;
        margin: 5px 0;
    }

    In case you’re not familiar, custom CSS can go in the Additional CSS section of the Customizer or use a plugin like Simple Custom CSS and JS.

Viewing 1 replies (of 1 total)

The topic ‘No Form Fields display except testimonial’ is closed to new replies.