Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #659122

    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

    #659139

    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

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