Hi,
Is there a way to modify or change the submit button to an image?
Hi benjamintlakey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top input[type='submit'] {
font-size: 18px;
width: 100%;
background-image: url(https://provocriminaldefenders.utahlegaladvisor.com/wp-content/uploads/sites/9/2015/01/lakey-hogelin-new-logo.png);
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
background-color: orange;
}
Regards,
Yigit