Logo on header

Topic summary

A user asks how to increase the size of their header logo in a Shopify theme.

Solution Provided:

  • Navigate to Shopify Admin → Online Store → Theme → Customize → Theme Settings → Custom CSS
  • Add the following CSS code:
    img.header__heading-logo {
        width: 500px !important;
    }
    
  • The width value (500px) can be adjusted to achieve the desired logo size

Status: Resolved with working solution and visual example provided.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

How do I make the logo on he header bigger?

@rastrodelabualo can you please share the link to the website?

Hi @rastrodelabualo

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
img.header__heading-logo {
    width: 500px !important;
}

Here is the result:

I hope this helps

Best,

Daisy