Re: remove cart icon

Solved

remove cart icon

Talki
New Member
5 0 0

Ciao a tutti, è possibile rimuovere l'icona del carrello presente nell'intestazione relativa all'argomento prestigio?

 

Accepted Solutions (2)

Moeed
Shopify Partner
4892 1292 1566

This is an accepted solution.

Hey @Talki 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Moeed
Shopify Partner
4892 1292 1566

This is an accepted solution.

Hey @Talki 

 

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.relative {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1720109226653.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 Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 15 (15)

Moeed
Shopify Partner
4892 1292 1566

This is an accepted solution.

Hey @Talki 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Talki
New Member
5 0 0

hi nice to meet you

https://305595-e7.myshopify.com/

pass : a

Talki
New Member
5 0 0

I put this code but the cart icon doesn't go away, trying on thema dawn instead it works

Moeed
Shopify Partner
4892 1292 1566

This is an accepted solution.

Hey @Talki 

 

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.relative {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1720109226653.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 Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Talki
New Member
5 0 0

wow, you are my hero, super thank you

Moeed
Shopify Partner
4892 1292 1566

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 Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
DGiddens1720
New Member
6 0 0

Hi Moeed -

 

I realized I just sent a message to Talki - and this should have gone to you!  I've inserted the code but my site isn't updating to remove the shopping cart icon. Help??

 

Screenshot 2024-07-08 124130.pngScreenshot 2024-07-08 124235.png

Moeed
Shopify Partner
4892 1292 1566

Hey @DGiddens1720 

 

Share your store url and password if enabled

 

Best Regards,

Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
DGiddens1720
New Member
6 0 0
DGiddens1720
New Member
6 0 0

Hi Moeed -

 

https://82e29a-b0.myshopify.com/

 

And there is no password required, I don't think!

 

Many thanks!

Dana

Moeed
Shopify Partner
4892 1292 1566

Hey @DGiddens1720 

 

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 {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1720469982379.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 Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
DGiddens1720
New Member
6 0 0

HI again, Moeed!

 

OK - where in the code am I looking? (I am not a programmer, so you'll need to walk me to this. :O) )

 

Many thanks!

Dana

DGiddens1720
New Member
6 0 0

Hi Moeed!

 

That did it. Many thanks!

Dana

BSSCommerce-TA
Shopify Partner
123 24 24

Hi @Talki 
If I'm not misunderstanding you, you want to remove the cart item right?
1. Online store => Themes => Edit code
2. Find "theme.css" file
adding code to the bottom
.header__nav-icon{
display: none !important;
}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 

 
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

DGiddens1720
New Member
6 0 0

Hi Talki -

 

I am trying to do the same thing - using "Dawn" theme and it's not updating the code.  See below.  Help??

Screenshot 2024-07-08 124130.pngScreenshot 2024-07-08 124235.png