How can I change the header icon size in Enterprise theme

Solved

How can I change the header icon size in Enterprise theme

Nick_S2
Tourist
6 0 1

Is there a way to reduce the size of the search, login, and cart icons in the header on Enterprise theme. 

anteck.com.au

 

TIA. Nick

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9703 2307 2885

This is an accepted solution.

Hi @Nick_S2 

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 .header__icon svg {
     width: 24px;
    height: 24px;
}
</style>

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1736289632781.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 ⚙️.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9703 2307 2885

This is an accepted solution.

Hi @Nick_S2 

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 .header__icon svg {
     width: 24px;
    height: 24px;
}
</style>

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1736289632781.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 ⚙️.
Nick_S2
Tourist
6 0 1

Perfect! seems to have done the trick. Cheers