Hello,
Thank you so much for purchasing our theme.
1. If you are not using some attribute for variations it should be displayed under the Additional information
tab. If it is not, please send us your admin access so we could see what is wrong.
2. You can decrease it by adding this code snippet to the Custom CSS section in Theme Settings
.single-product-content .entry-title {
font-size: 28px;
}
3. Here is a custom code for this task also
.product_meta {
display: none;
}
4. Unfortunately, there is no settings for WooCommerce tabs. But here is a documentation from the plugin that should help you add/edit/remove tabs https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards