Dawn Theme Shopify: How to Add Payment Method Icons to the Cart Drawer
A free guide on how to add payment method icons to the cart drawer, including enabling them via a checkbox directly in the Dawn theme settings.
Last updated
Was this helpful?
A free guide on how to add payment method icons to the cart drawer, including enabling them via a checkbox directly in the Dawn theme settings.
Last updated
Was this helpful?
Online Store → Themes → Edit code.
cart-drawer.liquid
File in the snippets
FolderFind the following line:
Paste the following code before the closing </div>
tag, as shown in the screenshot:
Next, locate the <style>
tag in this file and insert the following CSS code before the closing </style>
tag, as shown in the screenshot:
If you want to adjust the spacing between the icons, simply remove the /*
and */
around the line gap: 10px;
.
What does gap: 10px;
do?
It adds a small space between the payment icons, making the layout look cleaner. You can remove it or change the value to suit your design.
If you want to keep it simple, these styles are enough:
settings_schema.json
File in the config
FolderFind the line:
Paste the following code, as shown in the screenshot.
Save the changes.
Go to Theme settings → Cart → Payment method icons.
Make sure the cart type is set to Drawer.
Need help with setup? — we’ll handle everything for you.