Goal: show payment method icons in the footer, left-aligned and in black & white.
Initial guidance: Edit theme code (Online Store > Edit Code), open theme.liquid, and insert a code snippet above the tag to display the payment icons and align them left. The storefront confirmed this worked for displaying/alignment.
Black & white styling: Suggested adding CSS to apply a grayscale filter (CSS filter that desaturates colors) using a selector targeting the footer column (e.g., .footer__localization:empty + .footer__column–info { -webkit-filter: grayscale(100%); }).
Placement question: After confusion about where to put the CSS, the guidance changed to remove earlier changes and add a final code snippet again above in theme.liquid.
Important context: The exact code snippets are referenced but not visible in the transcript, and screenshots were shared but are not essential to follow the steps.
Outcome/status: Icons display and left alignment are confirmed working. Black-and-white styling instructions were provided, but final implementation and confirmation are not recorded; discussion appears open.
Hello , I want to show my paiment method icons in my footer, yet I would like them to be black and white and on the left corner so aligned with the texts, is it possible to do something like that ?