Random color appearing on form

Hello,
I recently purchased X theme and its been great so far. I am using a plugin for my website viewers to sign up for my mailing list on mailchimp. when i set up the form on the plugin interface the “sign up” button looks fine (it is a blue button with white font), but when it appears on my website it has a red line on it (as shown in my picture) I have looked at all of the plugin settings and there is no shadow color or any setting causing this red line. Is it possible that X theme is interfering with the plugin and styling it? Is there a css code I could use to change the button back to normal (a solid blue without the red shadow)?

(ps. I am including my login credentials in a secure comment if anyone needs to login to check it out.)

thanks for the help,
morgan

Hi There,

Thanks for writing in! Please add the following CSS rule into your Customizer, Custom > Edit Global CSS area.

#optinforms-form1-button {
    box-shadow: none;
}

Hope that helps.

that did the trick! thanks!

You’re welcome.
It’s good to know that it works out for you.

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