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?
Hi @royalcomfort @
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
- 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
- After uploading please copy the link of the image
- Go to Online Store->Theme->Edit code
- 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
}

