Hi guys,
Having troubles making my form on http://ostanautod.ee look the same way as on this screenshot: http://screencast.com/t/9wbQWA8iC
How to make the area around input fields transparent, instead of grey as it’s currently visible?
Thanks!
Kirill
Hey kirillko,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.socket_color table, .socket_color tr:nth-child(odd){
background: transparent;
}
tr:first-child th, tr:first-child td {
border-style: none!important;
border-top-width: 0!important;
}
.page-id-126 input[type='text'],.page-id-126 select, .page-id-126 input[type='email'] {
background:#FFF!important;
}
Best regards,
Vinay