We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
www.spraylakk.no
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>
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Works! No further comments :-)
No branches or pull requests
www.spraylakk.no
Vipps image placed outside red button, background is white so its rendered invisible as image demonstrate.
The text was updated successfully, but these errors were encountered: