A user seeks help replacing the search and cart icons in their Dawn theme header with text labels (“SEARCH” and “CART”). They want these labels to match the site’s styling: no permanent underline, but underlined on hover. Additionally, they want the cart to display a quantity indicator (x) next to “CART” instead of the default black bubble.
Solution provided:
Custom CSS code was shared to replace icons with text labels
Code includes hover effects for underlining
Cart quantity styling modified to show count with parentheses format: (x)
Additional CSS snippet provided to hide the bag icon completely
Outcome:
The issue appears resolved. The user confirmed the solution worked after applying the provided CSS code to their theme’s Custom CSS section (Theme Settings > Custom CSS).
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
How can I change the search and cart icons to the words “SEARCH” and “CART”, without permanent underlining (though underlined when hovered over), to match the rest of my shop’s font and menu style?
Ideally, when a product is added, CART will show (x) next to it instead of the black bubble showing the quantity.