-
AuthorPosts
-
April 3, 2020 at 9:17 am #1200422
Hello everyone
I have been on the page
created a kontkat form
is it possible to store the individual text boxes with a different color?Thank you very much
beautiful greetings
FranzApril 3, 2020 at 10:04 pm #1200663Hi Franz,
Can you give us a screenshot or mockup of what you want to achieve?
Best regards,
NikkoApril 3, 2020 at 11:28 pm #1200684Hello Nikko
Thank you for your answerI want to give the background a different color at the forumlar
and possibly another colored border
(see screenshot)thank you and nice greetings
FranzApril 4, 2020 at 4:27 pm #1200816Hi Franz,
Thanks for the screenshot.
Please add this CSS code in Quick CSS, located in Enfold > General Styling:#kontakt input#avia_1_1 { background-color: #fff; }
Since used a Color Section with a Developer ID of kontakt, I used that to point to a specific section.
For the next text fields, you can use the following code (2nd and 3rd):#kontakt input#avia_2_1 { background-color: #fff; } #kontakt input#avia_3_1 { background-color: #fff; }
You’ll see the pattern, hope this helps.
Best regards,
NikkoApril 5, 2020 at 7:30 am #1200933Hi Nikko
Functionally excellent
but
the 3 fields ( Text Input ) are ok
the 4 field ( Text Area ) does not work
and can I change the send button also with css the colorThanks a lot
and best regardsFranz
April 5, 2020 at 8:19 pm #1201000Hi,
To change the send button, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.main_color input[type='submit']:hover { background-color: #f1f1f1 !important; color: #000000 !important; } .main_color input[type='submit'] { background-color: #919191 !important; color: #f4f2d7 !important; }
Feel free to adjust to suit
Best regards,
MikeApril 5, 2020 at 9:40 pm #1201013Thank you very much Mike
Send button works perfectlybut
the 3 fields ( Text Input ) are ok
the 4 field ( Text Area ) does not workBest regards
Franz
April 5, 2020 at 11:59 pm #1201043Hi,
I’m not sure I understand your next question, please elaborate with possible screenshots.
To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.Best regards,
MikeApril 6, 2020 at 7:58 am #1201150Hi Mike
Thank you for your reply.
My question
The first 3 backgrounds I could change via CSS
The 4 field does not succeed to meThe first 3 fields are text input
the 4 field (Nachrichten) is a text area
At the field I bring the background not to change.Kind regards
FranzApril 6, 2020 at 12:12 pm #1201199Hi,
Thanks for the screenshot and css, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#kontakt .text_area#avia_4_1 { background-color: #D0D2E2; border-color: #D9D67E; }
After applying the css, Please clear your browser cache and check.
Best regards,
MikeApril 6, 2020 at 12:35 pm #1201205Thank you very much
Now the display is perfectYou can close this request
Kind regards
FranzApril 6, 2020 at 1:45 pm #1201219Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘text field other background’ is closed to new replies.