Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing the complete sign up button in registration

Viewing 3 replies - 1 through 3 (of 3 total)
  • @vapvarun

    Participant

    @jadedartist You can use Loco Translate plugin to modify the string
    https://prnt.sc/tlah9b

    @clickallco

    Participant

    You’d have to style it through CSS. Here’s a very short example of how you could code it.

    #buddypress #signup-form input[type=submit]{
        width: 100%;
        background: #055a92;
        color: #fff;
        padding: 12px;
        margin-bottom: 20px;
    }

    @jadedartist

    Participant

    Perfect! Thank you! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar