Remove the Register Button on the "My Account" page
-
I am looking to remove the Register button, or change the text inside of the button.
Hello,
Thank you for the question.
You can disable my account register button and switch to default login/register page style in Theme Settings -> Shop -> My Account -> Login page tabs.
Regards
Xtemos
I want the tab to be on, i just want to change the button text and link or remove it.
OK, this button’s text is located in our theme translation file. You can easily change it with Loco Translate plugin. Here is a video tutorial that should help you https://www.youtube.com/watch?v=tAFq1yTfWfU
Regards
Thank you for your response but that does not actually answer my question.
Can you just help me to remove the “Register” button?
OK, then add this snippet to the Custom CSS area in Theme Settings
.basel-switch-to-register {
display: none;
}
Regards