Home › Forums › VW Theme › VW LAWYER PRO THEME › Styling Contact Form 7 input, it is all uppercase
- This topic has 3 replies, 2 voices, and was last updated 2 weeks, 5 days ago by developer vwtheme.
-
AuthorPosts
-
November 13, 2023 at 5:43 pm #106344Georg LindenbergParticipant
Short description: Contact Form 7 input is all uppercase
Detailed description:
Hello,
I purchased the pro theme. It’s great.
I followed the video instruction on how to setup my contact page (get started -> support -> setup contact page).The problem: On the main page the user input of the contact form (all fields) is displayed/styled in uppercase. That looks very unprofessional.
The email which is send will look fine (no formatting). So I assume I need to edit some css?If I create a new page, and add the contact form e.g. [contact-form-7 id="508" title="Contact Page"], it is displayed correctly. So I assume that the main page (“home”) or the theme has some css (?) to put everything in uppercase, maybe? I don’t know css. 🙁
I assume that I need to add “text-transform:none” to the contact form, but I don’t know how and where. Can You guys help me?
Thanks.It happens both in firefox and microsoft edge.
November 14, 2023 at 3:19 pm #106510developer vwthemeParticipantHi,
Please send your query to our support mail – [email protected]
November 14, 2023 at 4:47 pm #106538Georg LindenbergParticipantI got it, thanks.
This worked: Go to Appearance -> Customizer -> Additional CSSThen I added this code:
div.wpcf7 input[type = “text”],
div.wpcf7 input[type = “email”],
textarea {
text-transform:none!important;
}Can be closed. ;P
November 15, 2023 at 3:59 pm #106677developer vwthemeParticipantHi,
Happy to hear that your issue is resolved.
If you have any other query related to the theme do let us know.
-
AuthorPosts
- You must be logged in to reply to this topic.