How do I reduce the height of my header ive already reduced it in the online store however I want it smaller.
1 Like
Hi @Spujeh
Please, share your store URL. Thanks!
password SNOW6
Hi @Spujeh
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.
h1.header__heading img {
height: 100px !important;
width: auto !important;
}
Here is the result: https://prnt.sc/aAU3wzuqqFSM
I hope this helps
Best,
Daisy
1 Like
Thank you! this worked
its changed on the front page but not all the other pages. how do I make it change for all the pages?
Try this one.
- 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 “theme. Liquid” file. Find the tag and paste the code below before the tag.
-
And Save.
-
result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
THANK YOU this also worked
