Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #398827

    Hi,

    how can I enhance (darken a little) the text inputboxes of contact form fields? I use whit background and when fields have noc focus they are nearly unvisible. How can I set border / background field color for active and inactive fields? (css)

    Thanks.

    #398883

    Hi Peter!

    Try to add this to your Quick CSS:

    #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{
    border-color: #333 !important;
    }

    Cheers!
    Rikard

    • This reply was modified 9 years, 9 months ago by Rikard.
    #398886

    Hi Peter!

    Thank you for coming back.

    Try to use the following:

    
    .avia_ajax_form textarea,
    .avia_ajax_form input {
        background: none repeat scroll 0 0 gray !important;
        border: 3px solid black !important;
    }
    

    Best regards,
    Günter

    #398894

    Thanks guys. I’ll keep it in mind. But it was my fault (resulting in invisible horizontal rulers as well) – I set Main Contents Border Color to #ffffff so h. rulers became invisible AND text fields as well. I set borders to #e0e0e0 and now my “Problems” are solved.
    The above css may be helpful if background still bothers me .

    Thanks for helpful and quick response!
    Peter

    #398898

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change background of contact form fields’ is closed to new replies.