Footer dawn theme payment icons

Topic summary

Goal: Place payment icons under a “We Accept” heading in the Shopify Dawn theme footer, with a specific multi-row layout.

Initial guidance: Add a “We Accept” label by editing Online Store → Edit code → footer.liquid, locating the class .footer__payment and inserting the heading beneath it.

Layout clarification: The requester wanted a specific visual (icons grouped beneath the heading), confirmed via shared screenshots.

Implemented solution: Edit theme.liquid (Online store → Themes → Edit code), and paste custom code before to render and style the payment icons. The helper then adjusted the code to display 4 icons per row with wrapping to the next line.

Outcome: The 4-per-row payment icon layout under “We Accept” was confirmed working by the requester.

Additional enhancement: On request, the helper updated the code again to display a mail icon next to the email label.

Notes: Images were central to clarifying the desired layout; specific code snippets were shared in-thread. Status: Resolved.

Summarized with AI on December 20. AI used: gpt-5.

Tankyou very Much it works :slightly_smiling_face:

1 Like