CSS code for making contact form 7 have a transparent overlay background
.wpcf7 { background-color: rgba(205,205,205,0.5); } .wpcf7-form { padding: 50px 15px 20px 15px; }
CSS code for making Information box have a transparent overlay background.
*Remember to edit the CSS ID to an ID you’ve used
#overlayinfo { background-color: rgba(205,205,205,0.5); } #overlayinfo { padding: 50px 15px 20px 15px; }