Thank you so much! I appreciate the support. All is sorted out now.
Thank you!
I got about 95% of the result I’ve been looking for by modifying your code a little to the following:
.wpforms-form
button[type=submit]:before {
background-image: url(‘https://lhamosplane.world/wp-content/uploads/2023/08/INFINITY-10px-res-1.png’);
content: “”;
width: 30px;
height: 13px;
top: -5px;
right: 6px;
position: relative;
display: inline-block;
background-repeat: no-repeat;
}
However, the alignment of the “Submit” text is off and I’ve been struggling to position it in the center of the button. text-align:…; is not working.
Anything I’m missing?