Created
March 21, 2023 00:05
-
-
Save bozzmedia/8a886ecd78951f13caa896ef9b3b3dfc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* hide woo additional information tab */ | |
.woocommerce #content div.product .woocommerce-tabs li#tab-title-additional_information { | |
display: none; | |
} | |
/* hide woo related products price */ | |
.woocommerce .product .related.products .price { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment