Want to fix icons size on header

Solved

Want to fix icons size on header

Unknowndev234
Shopify Partner
170 2 6

Hi I want to fix the icons sizes on header of my website https://www.rockgooey.com/ exactly like this website https://www.dior.com/en_us/fashion Thanks!

Accepted Solution (1)
LizHoang
Shopify Partner
1251 159 193

This is an accepted solution.

Hi @Unknowndev234 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

svg.icon.icon-hamburger,
svg.icon.icon-search,
svg.icon.icon-account,
svg.icon.icon-cart-empty {
    height: 2.5rem !important;
    width: 2.5rem !important;
}

 

Result 

LizHoang_0-1740208633209.png

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 4 (4)

LizHoang
Shopify Partner
1251 159 193

Hi @Unknowndev234 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

svg.icon.icon-cart-empty {
    height: 2rem !important;
    width: 2rem !important;
}

 

Result 

LizHoang_0-1740208130448.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Unknowndev234
Shopify Partner
170 2 6

Thanks for sending me the solution. But I want all icons size like the reffrence wbsite that I mentioned above thanks 

LizHoang
Shopify Partner
1251 159 193

This is an accepted solution.

Hi @Unknowndev234 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

svg.icon.icon-hamburger,
svg.icon.icon-search,
svg.icon.icon-account,
svg.icon.icon-cart-empty {
    height: 2.5rem !important;
    width: 2.5rem !important;
}

 

Result 

LizHoang_0-1740208633209.png

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Unknowndev234
Shopify Partner
170 2 6

Thankyou Soo Much