ok thank you
Topic summary
A user wants to change the cart and account icons in their Shopify Dawn theme header to a specific yellow color (#e5da01) while keeping the black outline.
Initial Solution Attempted:
- Add CSS code to base.css file targeting
.header__icon.cart-iconand.header__iconclasses - The code initially didn’t work due to placement issues
Problem Encountered:
- When properly implemented, the CSS changed the icon outline to yellow instead of the fill
- User specifically needs: black outline + yellow fill
Resolution:
- Support confirmed this specific customization (separate outline and fill colors) is not possible with the current icon design
- The issue remains unresolved as the desired effect cannot be achieved with these particular icons