Solved

How do I make the cart icon bigger in debut theme

VanessaHorabuen
New Member
9 0 0

Can i get some help making my cart icon bigger in the debut theme

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12269 2546 3692

This is an accepted solution.

@VanessaHorabuen 

Add the following code at the bottom of your assets/theme.scss.liquid file.

.site-header__icons-wrapper svg.icon.icon-cart {
    width: 30px;
    height: 30px;
}

 

Hope this helps.

Thanks! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12269 2546 3692

This is an accepted solution.

@VanessaHorabuen 

Add the following code at the bottom of your assets/theme.scss.liquid file.

.site-header__icons-wrapper svg.icon.icon-cart {
    width: 30px;
    height: 30px;
}

 

Hope this helps.

Thanks! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
VanessaHorabuen
New Member
9 0 0

It works thank you.