Contact Form Button Not the Same Across Site

Hello. I am using WPForms as I was unable to get the look I wanted from Contact 7. Please let me know if you are unable to answer this question and I will contact WPForms support.

I created a contact form that functions well at the bottom or these two pages of my site:

Home page: http://www.narrowpassagedar.org/
Membership page: http://www.narrowpassagedar.org/membership/

The only issue I have is that the button on the Membership page is not the same as the desired button on the home page. Is this a WPForms issue or is there something I can do on my end? Thanks so much for your help!

Susan
P.S. I’m still learning! Newbie Level instructions please!

Hi @npwebmaster,

Thanks for writing in.

It’s custom CSS placement, it’s simply because you only implemented the custom CSS in home page’s content builder :slight_smile:

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit] {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    background-color: #CC0000;
    border: 0px solid #ddd;
    color: #ffffff;
    font-size: 1em;
    padding: 15px 25px;
}

You should move it to Theme Options > CSS if you wish to make it available to other pages.

Hope this helps.

Hello @Rad! Worked perfectly! Thank you so much!

You’re welcome!
We’re glad we were able to help you out.

1 Like

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