Re: Reduce header height on Shopify dawn theme 15

Solved

Reduce header height on Shopify dawn theme 15

Spujeh
Excursionist
30 0 3

How do I reduce the height of my header ive already reduced it in the online store however I want it smaller. 

Accepted Solution (1)

DaisyVo
Shopify Partner
2303 283 329

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 7 (7)

Made4uo-Ribe
Shopify Partner
9552 2275 2823

Hi @Spujeh 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Spujeh
Excursionist
30 0 3

www.pujehome.com

password SNOW6

DaisyVo
Shopify Partner
2303 283 329

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Spujeh
Excursionist
30 0 3

Thank you! this worked 

Spujeh
Excursionist
30 0 3

its changed on the front page but not all the other pages. how do I make it change for all the pages?

Made4uo-Ribe
Shopify Partner
9552 2275 2823

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 </body> tag and paste the code below before the tag. 

 

<style>
.header__heading-logo-wrapper img {
    height: 90px;
    width: auto;
}
</style>

 

  • And Save. 
  • result:
    Made4uoRibe_0-1731779972291.png

     

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Spujeh
Excursionist
30 0 3

THANK YOU this also worked