How to insert png image in footer menu using Craft theme ?

I recived this payment method image and I need to insert it in my footer menu

Can you share your store url, and mention where you want to insert this image?

www.royalcomfortksa.com

Thank you!

Hi @royalcomfort @

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

  1. First, you will need to upload the PNG image to your Shopify store. You can do this by going to the Shopify Admin, then click on Settings > Files. Here you can upload your PNG image
  2. After uploading please copy the link of the image
  3. Go to Online Store->Theme->Edit code
  4. Sections/footer.liquid and find the line of code that contains the content:
  • Add the following code and just below the line of code you just found above
- 
​
  • Go to Asset/ base.css and add css code:
.payment-tabby{
width: 60px
}​