Button border in wp forms

Hello

Please see this page. The Get In Touch button on the contact form has a white border.

Now take a look at this page:


Why doesn’t the "get in touch’’ button on the contact form have the same white border? I believe I copied the code correctly.

Please kindly assist

Hi @tatyana_kozh,

Thanks for reaching out!

I found out that on your get in touch page, you miss this CSS code which is present in the how it works tailoring page. I am referring to this CSS code.

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: rgb(144, 25, 0) !important;
    border: none !important;
    color: #FEFEFE !important;
    font-size: 20px !important;
    width: 100% !important;
}

I also found out that you have so many errors on your CSS, something like misclose and etc. See this as an example.

image

I suggest that you fix your CSS by going to the link below to avoid any issues.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.