Hi there.
To target the submit button, you’ll need to use some CSS that would look like this:
.sola_nl_sub_form input[type='submit']{
//Custom CSS Here
}
Does this help?
Thank you very much for your reply! Unfortunately this code doesn’t work.
Could you please take a look here
I can easily change CSS in FF inspector, but it doesn’t go live. I’ve already tried adding “!important”, placing the whole form into a new div with id… I don’t know what can be done else. The same issue with .sola_nl_title, which I’d like to center align. However I easily managed to style the whole form and other rows. Any advise? Thank you
Finally I managed to get what I want. The problem was that I edited CSS via child theme style.css. After I placed the code into the theme built-in custom css field (which saves edits into the database as far as I understand) everything worked.
Hi there.
So glad to hear you came right with this!
My apologies for any inconvenience caused.