I’m sure it can be done with some javascript but a quicker solution is to just make it disappear on this page by adding this CSS to the page:
.far.fa-check {
display: none;
}
I’m sure it can be done with some javascript but a quicker solution is to just make it disappear on this page by adding this CSS to the page:
.far.fa-check {
display: none;
}