Hi,
I am looking to remove the heading saying “Login” at the top of my account page in the Taste Theme.
Any help would be very much appreciated with this.
My page: https://muddytrenchwear.com/account/login
Thank you,
Tyler
A user seeks to remove the \
Hi,
I am looking to remove the heading saying “Login” at the top of my account page in the Taste Theme.
Any help would be very much appreciated with this.
My page: https://muddytrenchwear.com/account/login
Thank you,
Tyler
Go to your store admin > Sale channels > Online store > Themes > Edit code > Assets > open customer.css and add this code at the bottom
.customer.login h1 { display: none !important; }
Thank you for the help