Skip to content

Instantly share code, notes, and snippets.

@eamexicano
Created December 1, 2022 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eamexicano/cb956ae157c2a0e9bba435da310fb682 to your computer and use it in GitHub Desktop.
Save eamexicano/cb956ae157c2a0e9bba435da310fb682 to your computer and use it in GitHub Desktop.
Corrección para visualizar el logo de Clip Checkout que se ocultó con el tema Aspero
/*
Corrección para visualizar el logo de Clip Checkout que se ocultó con el tema Aspero
https://github.com/eamexicano/clip-payment-gateway
https://themeforest.net/item/aspero-business-wordpress-theme/22226666
*/
li.payment_method_clip_payment_gateway label {
width: 100%;
}
.wc_payment_method > label:first-of-type img {
display: inline-block !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment