Reduce header height on Shopify dawn theme 15

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!

www.pujehome.com

password SNOW6

Hi @Spujeh

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.
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.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “theme. Liquid” file. Find the tag and paste the code below before the tag.

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