Created
April 17, 2017 20:26
-
-
Save RiaanKnoetze/717b4b64e0762e3c3728206127d7f019 to your computer and use it in GitHub Desktop.
Hide grouped product listing on the single product page when using WooCommerce.
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
.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