Search code examples
frontendshopifybackende-commerceliquid

How to add a credit card logo at the bottom of all pages of a Shopify site


Reviewing our Shopify site, I realized that a major difficulty with Shopify is that it's as if the theme does everything possible to obfuscate credit card usage. The site is replete with all sorts of references to Google Pay, Amazon Pay, etc., but credit card payments are always difficult to find.

I would like to know how to add a credit card logo in the bottom of all pages and remove the default logos already there. Could you please let me know if it is possible to do it in Shopify by editing LIQUID file? If so, please point me

enter image description here


Solution

  • usually the page is break into 3 sections (files are stored in section folder). header.liquid , content_for_layout and footer.liquid

    you can find the layout in /layout/theme.liquid

    for your case, the credits icons are all in the sections/footer.liquid