Thanks for reaching out here. That is a great question.
This will likely need to be removed from the theme code, or it can be disabled within the theme editor. Some themes may have this feature to show/hide store names already built in.
Otherwise, you’d need to amend the theme code slightly. Feel free to share your store URL and what theme you use so that we can provide further information, as not all themes are built the same way.
{% include 'frame_footer_scripts' %}
{% include 'qmodal' %}
{% include 'modal-box' %}
{% include 'currencies' %}
{% include 'newsletter' %}
{% include 'modal-compare' %}
{% section ‘GDPR-modal’ %}
{% if settings.search_model == ‘search_type1’ %}
{% include ‘search-autocomplete’ %}
{% endif %}