Need to change the size of font in my login and create an account forms for Dawn Theme

Can’t figure out how to change size of font for both my Login form and my create an account form.

1 Like

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:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. 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

Hi @ThirtyNatural

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

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Sorry for misunderstanding, you can try again with this code below:


1 Like

Hello @Beae_Cass

THANK YOU, IT WORKED!

Best,

Tristan

1 Like

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:


Hello @Beae_Cass

YOU’RE THE BEST! Thank you.

Best,

Tristan