Form transparent on the blog

  • laurenio
    Asked on March 4, 2017 at 12:45 AM
    How to leave the form transparent on the blog

     

     
  • Jan
    Replied on March 4, 2017 at 3:27 PM

    I checked your webpage and I can see that the embedded form is already transparent. 

    Form transparent on the blog Image 1 Screenshot 20

    If you want to disable the yellow highlight when the field selected, then please inject this custom CSS:

    .form-line-active {
    background: transparent !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Hope that helps. Thank you.