All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
Is anyone know how to remove or change the COD payment method icon showing on Thank you page after COD order is placed. Please refer below snapshot.
.payment-method-icon {
display: none !important;
}
Hi Ahmad31,
Thanks for replying. But I'm not able to find theme.css or style.css file in Assets. I'm using Dawn Theme v15.2.0.
Thanks
find theme.liquid file before </head> tag and paste this code
<style>
.payment-method-icon {
display: none !important;
}
</style>
Still seeing the icon after adding this code..
Need staff access to resolve this issue.
Hi Amani1,
Not yet..