Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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
    Franz

    #1200663

    Hi Franz,

    Can you give us a screenshot or mockup of what you want to achieve?

    Best regards,
    Nikko

    #1200684

    Hello Nikko
    Thank you for your answer

    I want to give the background a different color at the forumlar
    and possibly another colored border
    (see screenshot)

    thank you and nice greetings
    Franz

    #1200816

    Hi 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,
    Nikko

    #1200933

    Hi 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 color

    Thanks a lot
    and best regards

    Franz

    #1201000

    Hi,
    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,
    Mike

    #1201013

    Thank you very much Mike
    Send button works perfectly

    but
    the 3 fields ( Text Input ) are ok
    the 4 field ( Text Area ) does not work

    Best regards

    Franz

    #1201043

    Hi,
    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,
    Mike

    #1201150

    Hi Mike
    Thank you for your reply.
    My question
    The first 3 backgrounds I could change via CSS
    The 4 field does not succeed to me

    The 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
    Franz

    #1201199

    Hi,
    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,
    Mike

    #1201205

    Thank you very much
    Now the display is perfect

    You can close this request

    Kind regards
    Franz

    #1201219

    Hi,
    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘text field other background’ is closed to new replies.