Remove link from wordpress FORMCRAFT

Asked

Viewed 231 times

0

We have developed a system for vehicle protection association and a Landing page for it (Sistemavalor.com.br). We use Wordpress to develop the Landing page and to develop contact forms we use the FORMCRAFT plugin. It turns out that at the end of the form the plugin adds the link "POWERED BY FORMCRAFT". Does anyone know how to edit this plugin or else knows a similar plugin that does not add this link?

Thank you.

1 answer

1

Friend, I believe the fastest solution is this:

Add this CSS class to your main style.

a.powered-by {
    display: none!important;
}

form.fc-form.fc-form-1.align-.spin-.save-form-.dont-submit-hidden-.remove-asterisk-.icons-hide-.label-placeholder.frame-visible.field-alignment-left {
    margin-bottom: 20px;
}

The first CSS class is to definitely hide the text and the second is to adjust the margin.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.