Hi @littleroots1 ,
This is Polo from MS Web Designer.
I would love to assist you with your query. Here is the solution:
Add this custom css class on this sections main div class=”hide-wholesale” then you have to add this sort code on product.liquid file
{% if customer %}
{% unless customer.tags contains 'wholesale' %}
.hide-wholesale{
Display: block;
}
{% endunless %}
{% else %}
.hide-wholesale{
Display: none;
}
{% endif %}
If you have any doubt, please feel free to ask.
Regards
Polo