Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How do I hide the cart icon in the header on Broadcast theme?

Solved

How do I hide the cart icon in the header on Broadcast theme?

Sunny2Day
Visitor
2 0 1

I've tried using <!-- and --> in what I think is the code for it under Sections > header.liquid.

 

Any suggestions for hiding the cart icon on Broadcast theme?

Accepted Solution (1)

ZestardTech
Shopify Partner
5902 1066 1412

This is an accepted solution.

Hi @Sunny2Day 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

.navlink.navlink--cart.navlink--cart--icon {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

thirtycoders
Shopify Partner
135 21 27

Could you please share your url? @Sunny2Day 

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com

Sunny2Day
Visitor
2 0 1

The website and password has been sent to thirtycoders@gmail.com

 

ZestardTech
Shopify Partner
5902 1066 1412

This is an accepted solution.

Hi @Sunny2Day 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

.navlink.navlink--cart.navlink--cart--icon {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
ZestardTech
Shopify Partner
5902 1066 1412

Hi @Sunny2Day 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing