Add secure payment badges to product pages

I am trying to add some black secure payment method badges just under my add to cart button.

I have made up an image here.

Store: https://thecoldflex.myshopify.com/

Hey @aaabartonn

Please check the link for help Add the security badge code to your theme

Hope this works for you.

Thanks!

Hey @aaabartonn

If any problem let me know I can help you.

Thanks!

this doesnt support my theme. I have prestige. My product.liquid code is very short. I want this image just under my add to cart button on my product pages

can you share a screenshot?

I have done it myself looking at the code. Is there anyway i can make it smaller?

yes have to use a CSS class to reduce width and height

Hey @aaabartonn

  1. In your Shopify Admin go-to online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
.Container img {width: 100%; height: 75px;}

Hope this works for you.

Thanks!

1 Like