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.
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
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
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