I am trying to stylize a form using the css classes, but struggling a little bit. Ultimately, my goal is to add icons to the submit by by-form. I think I am messing up the css class trying to call the form, would it be possible to get an example?
This iwhat I tried, with a few other variations, but couldn't get to work (called the css class for the form photosubmit
.photosubmit input[type="submit"]
{
background-image: url('image.png')
}