Changing cart icon size for minimal theme

Hi Everyone, I’m using the minimal theme on Shopify. The icon for the cart on the front page is very small. How can I change the code to make the icon bigger? I’ve looked at all previous post regarding this but it does not seem to work on my theme.

Thanks

2 Likes

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

@brenda878

Try this code.

Please add the following CSS code to your assets/theme.scss.liquid bottom of the file.

.header-bar__cart-icon {font-size: 2.4em !important;}

Thanks!

Thanks, but that just made the box become small and move to one side. :slightly_smiling_face:

I’ve managed to change the cart icon size by changing the following

.header-bar__cart-icon {
font-size: 3.0em;

but now the header container is larger, any ideas on how to change the box size to a little smaller?

Thanks again :slightly_smiling_face:

Thank you so much

https://bpunzy.com/

password: Bpunzy

Thank you so much

https://bpunzy.com/

password: Bpunzy

The bar is also sticking out on the sides and is not in line with the rest of the page

Thank you for checking for me