Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author SolaPlugins

    (@solaplugins)

    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?

    Thread Starter gella2002

    (@gella2002)

    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

    Thread Starter gella2002

    (@gella2002)

    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.

    Plugin Author SolaPlugins

    (@solaplugins)

    Hi there.

    So glad to hear you came right with this!

    My apologies for any inconvenience caused.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS selector for form submit button’ is closed to new replies.