How to Customize the Signup Button on the BuddyPress Registration Page
News & Community
If you want to use your own custom graphic for the button on the BuddyPress registration page, here’s how you can quickly edit your child theme.
Open registration/register.php and look for this around line 208:
<div class="submit"><input id="signup_submit" name="signup_submit" type="submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> →" /></div>
Replace it with this for including your custom image URL:
<div class="submit"><input id="signup_submit" name="signup_submit" src="https://yoursiteurl.com/wp-content/themes/child-theme/_inc/images/join.png" type="image" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> →" /></div>
Depending on what your button looks like, you’ll achieve something like this:
Create your free account to post your comment
Login to post your comment