Logo on header

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