Solved

Increase the size of shopping cart icon in free booster theme

deehoccambria
New Member
16 0 0

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!

Accepted Solution (1)
oscprofessional
Shopify Partner
15843 2371 3073

This is an accepted solution.

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;
}
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 4 (4)

oscprofessional
Shopify Partner
15843 2371 3073

Hello,
Please share your store URL with password (If Needed), So that I will give you proper solution here !

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
deehoccambria
New Member
16 0 0

Hi @oscprofessional,

Here is the link to the website. https://tlbmoment.com/

Thank you

oscprofessional
Shopify Partner
15843 2371 3073

This is an accepted solution.

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;
}
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
deehoccambria
New Member
16 0 0

It worked! Thank you so much! 🙂