Last active
July 15, 2021 09:06
-
-
Save plugin-republic/2f65fa81ca95386f33066f9169068f38 to your computer and use it in GitHub Desktop.
Hide uploaded images in cart and checkout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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