How can i change my cart icon symbole using the studio theme?

Solved
Anonymous
Not applicable

Hey, I'm currently setting up a Shopify store and I'm getting along well, but I have a problem that I can't solve myself. I changed my shopping cart and want it to be the same size as the other icons next to it. I use the studio theme.

 

I would be very happy about your help.

 

Thank you

 

frfrfrfrf.png

Accepted Solution (1)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @Anonymous 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
a#cart-icon-bubble {
    width: 2.7rem !important;
}
</style>

RESULT:

Moeed_0-1698161189694.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 5 (5)
Moeed
Shopify Partner
3046 760 924

Hey @Anonymous 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Anonymous
Not applicable

Hey, its  ...

 

Kind Regards

Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @Anonymous 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
a#cart-icon-bubble {
    width: 2.7rem !important;
}
</style>

RESULT:

Moeed_0-1698161189694.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Anonymous
Not applicable

Its working.

 

Thank you. 🙏

Moeed
Shopify Partner
3046 760 924

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️