Hello,
The sale label is not switched of in our theme settings. If you want to hide it please add this Custom CSS to the Theme Settings > Custom CSS:
.product-image-summary .product-images .labels-rounded .product-label {
display:none;
}
In order to hide brand at all navigate to Theme settings > Shop > Brand > Show brand on the single product page
If you want to change or remove the brand from the product page, remove or change brand attribute value.
Best Regards