After I’ve switched to the theme pro I’m getting this image on the contact form. The form is working fine is just the annoying image under submit.
https://gotsultryskin.com/contact-us/
After I’ve switched to the theme pro I’m getting this image on the contact form. The form is working fine is just the annoying image under submit.
https://gotsultryskin.com/contact-us/
Hi @edwires,
The small section you’ve seen below your contact form is part of contact form 7 when I checked the element, that section is an error alert of Contact form 7, to remove that small section please add this a little bit CSS code to your Pro > Theme Options then CSS.
.wpcf7-response-output {
display: none;
}
I hope it will help you to solve your issue, please note that providing custom code is outside the scope of our theme support. Issues that will arise from the use of custom codes should be forwarded to a 3rd party developer. I hope you understand this matter.
Thank you.
Hey that works! thank you.
Hi, quick question, how can I make the input field for the CC bigger?
the CC field input is for STRIPE
.wc-stripe-elements-field {
min-height: 30px;
}
does not work.
This will do the trick.
.payment_box #wcpay-card-element {
padding: 15px 7px;
}
I hope it will help you to solve your concern.
Thank you.
yeah, it did!
thank you!
Hi Edwin,
You’re welcome, but please note that providing custom code is outside the scope of our theme support. Issues that will arise from the use of custom codes should be forwarded to a 3rd party developer.
You can learn CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Thank you for understanding,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.