Disable Box-Shadow Submit Button Contact Form

Hi there,

How to disable the box shadow the button in contact form?

Looking forward for your reply.

Thanks before.

Hi @widyamuktiwaskito,

Thanks for reaching out.

I assume it’s a Contact Form 7 button, then please add this CSS to Theme Options > CSS

.wpcf7-submit {
box-shadow: none !important;
}

Else, please provide the sample URL that has this button.

Thanks!

Hi there, it works this time.

Thanks a lot!

You’re most welcome!

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