Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #286954

    Hi,

    Is there a CSS code that will allow me to color the background inside the text area of form fields?

    Thanks!

    #286962

    Hey!

    Try adding this code to the Quick CSS:

    .avia_ajax_form textarea {
        background: black !important;
    }

    Cheers! 
    Josue

    #287328

    Thanks Josue,

    I apologize for not being more explicit. I would like to change the background color for all form fields and not just the text area. Could you please provide the proper CSS code?

    Regards,
    Bryon

    #287364

    Hi Bryon!

    Try:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{
        background: black !important;
    }

    Best regards,
    Josue

    #287541

    Works great. Thanks!

    #287542

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.