All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey I was wondering how to set custom font to display at password page. Also is there any way to delete header and footer from password page, so the background photo can be displayed all over the page?
To do this, edit the password page by going to Themes> Customize> Others> Password
Then click "password header" section and add this code to the Custom CSS settings:
{display: none; visibility: hidden;}
You can do the same for the footer if needed. To change fonts you will need to edit the Theme File code OR you can change the font for your whole store by going to Settings> Typography this should also change the password page font.
Hope that helps!
@biznazz101
Hey, it's working but only for the header, also I can not save the changes (don't know why).