Okay
  Public Ticket #2041369
Contact Form
Closed

Comments

  • Markus Rieser started the conversation

    Hi there, I want to use the Plugin WP-Forms to create my Contact Page, but there is a problem with compatibility: the Send-Button is diplayed with white Font-Color instead of black. It can't be modified.
    Screenshot_1 shows the "invisible" Send-Button, which is pretty useless.

    I also tried your Templates with Contact Form 7, where I needed to add a check box for GDPR, here this box is always diplayed in the middel of the page, which looks quite unprofessional (as displayed in Screenshot_2).
    Also for users like me, whithout further knowledege of HTML or CSS, WP-Forms is way better to use than Contac Form 7.


  •  675
    Neuron replied

    Hi Markus,

    Can you please provide me with an URL, so I can check what's going on and provide you with the correct Custom CSS to fix it.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Markus Rieser replied

    Hi,

    thanks for your reply.

    Here is the URL: If you need additional informations let me know.

    Am I getting this right: the Custom CSS helps me to customize the Send-Button, so I will be able to use the WP-Forms Plugin with Centaurus? That would be awesome!

    Kind regards

  •  675
    Neuron replied

    Hi Markus,

    This is the Custom selector for that button.

    div.wpforms-container-full .wpforms-form button[type=submit] {
        color: #333 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Markus Rieser replied

    Thank you very much, it worked perfectly for the font color. Now could you be so kind and provide me with a Custom CSS to costumize the button's color too (to #00a89f), if this is possible? That would be so kind!

    Here is the URL

  •  675
    Neuron replied

    Hi Markus,

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Here's the Custom CSS for that.

    button.wpforms-submit {

    }

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.