Can’t figure out how to change size of font for both my Login form and my create an account form.
Hi @ThirtyNatural ,
Could you please share your store URL, so that I can help you check it
Hello @Beae_Cass ,
Here it is: https://soifdeluxe.com/
Hi @ThirtyNatural ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
Hello @Beae_Cass ,
Sadly, that only changed all the font sizes around the actual input boxes. I would like to have the input box font size match the rest of the site etc.
Best,
Tristan
Do you like to change all font size in your website? Including the header and footer? This code is only in the body. Not include the header and footer.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
main#MainContent * {
font-size: 1.7rem;
}
- And Save.
- Result:
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @Beae_Cass ,
Would it be possible to help me with one more thing?
Is it possible to remove the underline on the links in the Login Page? (Forgot Password & Create Account)
Best,
Tristan
Yes sure! you can add more this code below:


