Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created June 11, 2021 15:08
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 trueqap/ee5ee09bd2d1047cfb64a09c00e9c4a5 to your computer and use it in GitHub Desktop.
Save trueqap/ee5ee09bd2d1047cfb64a09c00e9c4a5 to your computer and use it in GitHub Desktop.
Stripe checkout image size
.woocommerce-checkout img.stripe-icon {
max-width: 30px;
}
@slw85
Copy link

slw85 commented Jun 12, 2021

Hey I really need a woocommerce code figured out - I have searched high and low for css to disable the element but I cant figure it out.

A plugin is auto populating wording after price text.

I have been able to figure out its coming from here,

< small class="wcsatt-sub-options" span class="wcsatt-dash" >— < /span > available on subscription < /small >

I would like to disable this ^

scott.wilson@twiz.io is my email, I would appreciate any insight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment