/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Hide WooCommerce product tabs (Description / Additional Information) */
.single-product ul.tabs.wc-tabs {
    display: none !important;
}
