Hi again!
1/ copy/paste your main.product.liquid script in a text editor, back up the file and make a copy to make the new version.
2/ find this line:
{%- assign product_form_id = ‘product-form-’ | append: section.id -%}
3/ under this line, copy/paste this code:
{% if section.settings.display_vendor %}
Now it works perfectly, I’ve also added the following code at the very end of the base.css file but I still need to fix up the size of the brand’s name at it’s a bit smaller than before when static:
.product__info-wrapper .product__text a{text-decoration:none; color: rgba(var(–color-foreground),.75) !important;}