• Where can I find the CSS to change the submit buttons and forms? Here is my url http://www.originalartsource.net/artist-login/new-artist/, but I need to be able to change the email form line and the submit button to different colors. I tried in the Fast Secure Contact Form, but my theme seems to be overriding that. Can anyone help how this should work and where to find the correct css to change? Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • I used an in-browser dev tool called Mozilla Firebug to find it.

    element.style {
        background-color: #8C7B50;
        border: medium none;
        border-radius: 5px 5px 5px 5px;
        color: #FFFFFF;
        cursor: pointer;
        margin: 0;
        padding: 5px 10px;
    }

    change as desired, then get Firebug if you want to style your form more.

    Thread Starter agency212

    (@krisg212)

    Ok that did not work. I added that style to my sheet and nothing changed. Thanks though.

    I’m sorry but it is beyond the scope of these forums to deal with basic CSS issues. Try a dedicated CSS resource such as http://www.css-discuss.org/ instead. I’d also recommend using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter agency212

    (@krisg212)

    Thank you.

    did you change the color number? I obviously didn’t since I don’t know what it should be.

    esmi, thanks for the css link. I’ll be checking that out.
    Also, krisg212, the plugin forum is a better bet for css questions about specific plugins.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Submit Button and Form CSS’ is closed to new replies.