What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Studio Theme - How to change the font displayed at password page? How to delete header and foote

Studio Theme - How to change the font displayed at password page? How to delete header and footer?

OliwierLes
New Member
4 0 0

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?

Replies 2 (2)

biznazz101
Shopify Partner
494 50 94

To do this, edit the password page by going to Themes> Customize> Others> Password

biznazz101_0-1706473517199.png

biznazz101_1-1706473540070.png


Then click "password header" section and add this code to the Custom CSS settings:

 

{display: none; visibility: hidden;}

 

biznazz101_2-1706473647819.png



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 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
OliwierLes
New Member
4 0 0

Hey, it's working but only for the header, also I can not save the changes (don't know why).