I’ve tried using in what I think is the code for it under Sections > header.liquid.
Any suggestions for hiding the cart icon on Broadcast theme?
A user seeks to hide the cart icon in the Broadcast theme header after unsuccessfully attempting to use HTML comment tags in header.liquid.
Solution Provided:
.navlink.navlink--cart.navlink--cart--icon {
display: none;
}
The original poster confirmed this solution worked.
Follow-up Question:
Another user asks how to remove the account icon using a similar method, but this remains unanswered.
I’ve tried using in what I think is the code for it under Sections > header.liquid.
Any suggestions for hiding the cart icon on Broadcast theme?
Could you please share your url? @Sunny2Day
The website and password has been sent to thirtycoders@gmail.com
Hi @Sunny2Day
.navlink.navlink--cart.navlink--cart--icon {
display: none;
}
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.
how would I also remove the account icon at the same time?