Use the Child-theme: - Add this CSS code to the file functions.php: if ( !function_exists( 'custom_single_product_sku' ) ) { function custom_single_product_sku() { global $product; if ( wc_product_sku_enabled() && ( $product->get_sku() || $product->is_type( 'variable' ) ) ) : ?> get_sku() ) ? $sku : esc_html__( 'N/A', 'woocommerce' ); ?>