Hello
Manually added icons for payment providers in the footer.
Added the following in footer.liquid:
- 
- 
- 
{%- for type in shop.enabled_payment_types -%}
- {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
{%- endfor -%}
And then changed the custom CSS for the page to have max height of 35 px
.klarnaicon {
height: 35px !important;
}
.vippsicon {
height: 35px !important;
}
.visasicon {
height: 35px !important;
}
And now I get 3 green dots appearing besides the icons.
Any idea how to fix this? Thanks in advance ![]()
