Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Last active July 15, 2021 09:06
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 plugin-republic/2f65fa81ca95386f33066f9169068f38 to your computer and use it in GitHub Desktop.
Save plugin-republic/2f65fa81ca95386f33066f9169068f38 to your computer and use it in GitHub Desktop.
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