Current Design:
I want:
![]()
Hi @zainramzan
If you share your store URL and password with me, I will check and provide you with the solution.
If you can provide me the code, I’m more happy for your help. Thank you!
Could you please share your store url? @zainramzan
@zainramzan if you still need help send me detail DM I can be help you.
You can find the code in footer.liquide in footer__column footer__column–info div you can put this code
<small>© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url -}}
</small>
<small>{{ powered_by_link }}</small>
{%- if section.settings.show_policy -%}
{%- for policy in shop.policies -%}
{%- if policy != blank -%}
- <small>{{ policy.title }}</small>
{%- endif -%}
{%- endfor -%}
{%- endif -%}
Here we put the code for payment icon.
It will show the powerby in the right.
Do not forget to remove the bottom code from where you cut.
thank you