How to change COD Payment method icon on Thank you page

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.

  • Go to Assets > theme.css or style.css.
  • Add this code to hide the COD icon:
.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

Hi Amani1,

Not yet..

find theme.liquid file before tag and paste this code

.payment-method-icon { display: none !important; }

Still seeing the icon after adding this code..

Need staff access to resolve this issue.