Change the styling of button on the sign up page?

Hey guys,
I want to change the “Continue” button here to have white text.

Is there any way I can do that?

Not finding it in the style section of the block or in the app’s theme.

Hi Tim,

I guess custom code is needed since it doesn’t align with the global app theme setup

<style>
#user-accounts1 button {
  color: #FFFFFF !important;
}
</style>

Hi @matthieu_chateau !
I’m “piggy-backing” on the subject (hope its ok)

I would like to translate the text on the sign-up button to “Enregistrer” instead of “Sign-up”…
Would you have a solution for that ?

Thanks for your help !

@Jjenglert Can you address this? This should be something native.

1 Like

Noted and shared with team.

1 Like

Hi @ChrisT you can do this by clicking into here and adjust the text there. I think this should do it for you!

Thanks for your response @Jjenglert but it’s on the next screen I have a problem…
I changed this “continue” button, and parametered “email verification” and “set password”.

But when I get to the page where I create the password, I can’t find how to change the text on the “Sign up” button (check out my screen shot above)…
It might be there somewhere but just can’t find it

1 Like

Yes, you are right @ChrisT

We just added a task to update this. I’ll try and report back once it’s live! Hopefully in the next week or so.