White Vipps image placed outside "Continue..." button and therefore rendered invisible
henningbra opened this issue · 2 comments
henningbra commented
Vipps image placed outside red button, background is white so its rendered invisible as image demonstrate.
<div class="continue-with-vipps-wrapper center-block cart">
<a href="javascript:login_with_vipps("woocommerce");" class="button vipps-orange vipps-button continue-with-vipps vipps-background" title="Fortsett med Vipps">Fortsett med <img width="1434" height="362" decoding="async" alt="Logg inn uten passord med Vipps" src="https://www.spraylakk.no/wp-content/plugins/login-with-vipps/img/vipps_logo_negativ_rgb_transparent.png">!</a>
</div>
iverok commented
This is actually from the "Log in with Vipps" plugin, not the Woocommerce gateway plugin, but try to add this to your sites css:
body .continue-with-vipps-wrapper a.button.continue-with-vipps img {
max-width: 6rem;
}
-- we'll add something similar in the next release.
henningbra commented