Can i get some help making my cart icon bigger in the debut theme
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!
It works thank you.