Home › Forums › WoodMart support forum › Customizing the theme › Reply To: Customizing the theme
May 11, 2021 at 8:14 am
#291496
BastianOrth
Participant
Thanks, this works out.
I’d like to place a new button at the register page, but i have some Problems with the styling.
I put the form-login.php in my Child-Theme and added the button there:
<h2> Neues Verkäuferkonto anlegen </h2>
<input type="button" class="woocommerce-Button woocommerce-button button woocommerce-form-register__submit" onclick="window.location.href='https://splander.net/vendor-membership/';" value="Werde ein Verkäufer auf Splander" />
But now the whole design is broken on the mobile menu and the button doesn’t get the styling as the other buttons.
Can you please help me to fix that? Thanks 🙂