Skip to content

Instantly share code, notes, and snippets.

@bozzmedia
Created March 21, 2023 00:05
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 bozzmedia/8a886ecd78951f13caa896ef9b3b3dfc to your computer and use it in GitHub Desktop.
Save bozzmedia/8a886ecd78951f13caa896ef9b3b3dfc to your computer and use it in GitHub Desktop.
/* 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