How do i change the cart and search icons so i just have the text written out?
I use the dawn theme
Main issue: Replace cart and search icons with text in the Shopify Dawn theme header.
Proposed steps:
Follow-up outcomes:
Status: Guidance provided, but implementation issues remain unresolved (underline styling, precise code replacement, text sizing). Participants seek clearer instructions to avoid breaking the cart link and to control text appearance.
Notes: Code snippets and exact line references are central to understanding and applying the changes.
How do i change the cart and search icons so i just have the text written out?
I use the dawn theme
Hello @victorialoekke ,
Edit file header.liquid, you can find this file under Sections
Here in this file check code line no. 331-337 and replace it with text “Cart” or the text you need.
{%- liquid
if cart == empty
render 'icon-cart-empty'
else
render 'icon-cart'
endif
-%}
Thanks
Thank you so much!
But now Search is underlined - how do i remove it?
Hi there sorry if this sounds a silly question. But what exactly do I replace with “Text” and “Search”? Can I see a before and after of the code? I’ve just done this and now my cart has disappeared and the “Search” text is too big for the button.