• Resolved tenblogtw

    (@tenblogtw)


    Hi guys, thanks for the great plugin.

    How do i style the blue and white submit button after the registration form? I want to change the colours and make it a bit smaller.

    Also, is there a way to change to rectangular buttons?

    Thanks!

    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tenblogtw

    (@tenblogtw)

    Hi, i’ve just realised the colour is actually set by my theme, but is there a way to make the button text smaller for the registration submission? (and change it from caps/bold).

    Thanks!

    Plugin Author roundupwp

    (@roundupwp)

    Hey tenblogtw,

    Yes! This is also set by the theme but you can use the following CSS to change the size and make the font normal:

    #rtec .rtec-form-buttons input {
        font-size: 16px;
        font-weight: normal;
    }

    At least I think you are hoping to go from bold to normal. If it’s the other way around switch out “bold” with “normal”.

    Let me know if you have more questions! Also, if it doesn’t seem to work, please send a link to a page with the form on it. I can figure it out then.

    – Craig

    Plugin Author roundupwp

    (@roundupwp)

    Hey again,

    This thread has been quiet for awhile so I’ll mark it resolved. Let me know if you need anything else!

    – Craig

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing size/colour of submit button’ is closed to new replies.