Hi,
1. Check your CSS. I think this is broking your form. Try to disable it with Developer Mode and you’ll see.
/* -webkit-appearance: none; */
-moz-appearance: none;
appearance: none;
2. Check your CSS. Disable it with Developer Mode and you’ll see.
text-transform: capitalize; /* This is what's happening */
Thread Starter
duboi
(@duboi)
You are right
I disabled css and it work but I am not developer
I resolved a problem ( In my sentence each word with a capital letter.)
css : span.wpcf7-list-item-label {text-transform: none
!important; }
1) On orion theme : the chekbox not worked, impossible to selected : website
How to adjust the css? Have you got a idea please?
I haven’t got this problem with others themes
-
This reply was modified 7 years, 11 months ago by
duboi.
-
This reply was modified 7 years, 11 months ago by
duboi.
-
This reply was modified 7 years, 11 months ago by
duboi.
You have some custom code for Contact Form in your CSS with this header
/************************************* O.o *************************************/
/* Contact from */
/*******************************************************************************/
Which includes this:
/* -webkit-appearance: none; */
-moz-appearance: none;
appearance: none;
You can check the style.css (but If you’re not a developer, be careful, please). This affects to your input boxes, so please don’t remove.
You can custom just this input using selector and some custom code.
If you’re not comfortable with code, try a checkbox instead.
Thread Starter
duboi
(@duboi)
ok thanks it work in the css theme