Header & menu

Solved

Header & menu

sosober
Tourist
18 0 11

I need to modify my header

 

For desktop I need to resize icons and make them smaller and thinner if possible

 

For mobile I need to resize hamburger icon and other icons to make them smaller and for the windows that open with the menu I need to resize the font.

 

Thank you in advance!

Accepted Solution (1)

WebDeskSolution
Shopify Partner
225 51 60

This is an accepted solution.

Hello @sosober 

 

For the Dawn theme, follow the below steps, and if you want to do this in another theme, then please share the URL and password of your store.


Please follow the steps below after logging into the Shopify admin:

 

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.

 

 

  • Find the live theme and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

.header .header__icon, .header__icon--cart .icon {
    height: 3rem !important;
    width: 3rem !important;
}
.header .header__icon .icon{   
    height: 1.5rem;
    width: 1.5rem;
}
.header header-drawer .menu-drawer__menu-item {
    font-size: 1.4rem;
}

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021

View solution in original post

Reply 1 (1)

WebDeskSolution
Shopify Partner
225 51 60

This is an accepted solution.

Hello @sosober 

 

For the Dawn theme, follow the below steps, and if you want to do this in another theme, then please share the URL and password of your store.


Please follow the steps below after logging into the Shopify admin:

 

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.

 

 

  • Find the live theme and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

.header .header__icon, .header__icon--cart .icon {
    height: 3rem !important;
    width: 3rem !important;
}
.header .header__icon .icon{   
    height: 1.5rem;
    width: 1.5rem;
}
.header header-drawer .menu-drawer__menu-item {
    font-size: 1.4rem;
}

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021