Hello,
Can someone please help me increase the size of my shopping cart icon? I am using a Free Booster theme and I think the shopping cart is small in the desktop view but seems fine in mobile version.
Thank you in advance!
Hello,
Can someone please help me increase the size of my shopping cart icon? I am using a Free Booster theme and I think the shopping cart is small in the desktop view but seems fine in mobile version.
Thank you in advance!
Hello,
Please share your store URL with password (If Needed), So that I will give you proper solution here !
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@media only screen and (min-width: 750px){
a.site-header__cart.head_cart i.fas.head-crt-icon.fa-shopping-cart {
font-size: 20px;
}
}
It worked! Thank you so much! ![]()