How do I make the logo on he header bigger?
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.
@rastrodelabualo can you please share the link to the website?
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- 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
