How do I Remove Login Heading (Taste Theme)

Topic summary

A user seeks to remove the \

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

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; }
1 Like

Thank you for the help