I was abl eto get what I wanted by editing the correct css –
.wpcf7-checkbox
Im just trying to get some kind of formatting. I removed it.
https://i55.0b3.myftpupload.com/ebook/
If you look, the border is only around the top line. Im either trying to remove it, or have it cover the entire checkbox.
.Main-Form checkbox {
width: 20px;
height: 20px;
border: transparent;
background-color: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding: 25px;
}
Above is the additional CSS that I have added.