• Resolved jameswparker

    (@jameswparker)


    Trying out WP Forms for the first time. I struggled for a good long while to find a way to delete a field. I even went so far as to delete the plug-in and try to recreate it in Ninja Forms, only to give up on that hot mess quickly.

    After reinstalling WP Forms, here’s what I found. The delete icon in each field is very close to invisible. It still functions, but unless you know it was there, you’d miss it, as I did.

    I posted a screen shot here

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

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

    (@ethanchoi)

    Hi @jameswparker,

    In most cases the issue is likely due with a styling conflict with the site theme.

    When you get the chance, please try adding the following CSS to your site:

    #wpforms-panel-fields .wpforms-field .wpforms-field-delete {
        color: #d22222 !important;
    }
    

    In case it helps, you can use the Simple Custom CSS and JS to add custom CSS to your admin area.

    Hope this helps! 🙂

    Thread Starter jameswparker

    (@jameswparker)

    Thank you Ethan. I tried that a couple of different ways, to no effect.

    First I put it in the theme “additional css”. No love.

    Then I installed the plug-in you suggested, with the settings you show in the screen shot. Again, no love.

    Delete icon remains invisible.

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @jameswparker,

    Thanks for the update.

    Could you try adding the following CSS to the Simple Custom CSS & JS plugin with the same settings?

    .fa-trash:before {
        content: "\f1f8" !important;
    }
    

    Please let me know how it goes.

    Thanks!

    Thread Starter jameswparker

    (@jameswparker)

    Adding that after the previous line of code did the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug in WP Forms’ is closed to new replies.