Logo on Login and Accounts Page is too small with new Customer Accounts

Hi all, I know I’m not the first to complain about this, but has anyone found a way to make the logo bigger on the new customer account login page? Or, are there any plans for Shopify to fix this in the near future?

I think it’s kind of ridiculous they have not addressed this yet.

Appreciate any feedback!

Thanks,

Judy

@Judy95 ,

Hi Judy
You’re not alone and yes, it’s frustrating!
Right now, Shopify does not provide a built-in setting to make the logo larger on the new customer account / login page. This is a limitation of the theme structure and Shopify’s account templates.

You can increase the logo size with a small CSS override in your theme (if your theme allows custom CSS). For example:

.customer-login__logo img {
  max-width: 250px; /* change to whatever you want */
  height: auto;
}

You would add this in:
Theme → Customize → Theme Settings → Custom CSS

@oscprofessional I tried adding that CSS into the theme but it did not work. Also tried adding it to the custom.css code directly. Still no luck.

Seems like Shopify login outside the theme when Customer Accounts is turned on in the settings. Any other suggestions?

@dabossexp - have you actually seen this working? Where would you put the css?

Thanks to all who have responded!

@Judy95 ,

Can you share store URL , I will check and will let you know here.

@oscprofessional Sure, https://crystorama-sandbox.myshopify.com/

Thanks!