Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Created April 17, 2017 20:26
Show Gist options
  • Save RiaanKnoetze/717b4b64e0762e3c3728206127d7f019 to your computer and use it in GitHub Desktop.
Save RiaanKnoetze/717b4b64e0762e3c3728206127d7f019 to your computer and use it in GitHub Desktop.
Hide grouped product listing on the single product page when using WooCommerce.
.woocommerce.single-product .group_table {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment