Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Last active July 15, 2021 09:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Hide uploaded images in cart and checkout
.mini_cart_item dl img,
.cart_item dl img,
.pewc-upload-thumb-wrapper,
.mini_cart_item dl br,
.cart_item dl br,
.pewc-upload-thumb-wrapper br {
display: none
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment