How can I remove the brand name from my homepage logo?

Hi everyone. would someone be bale to help me answer the question as to how I remove the brand name from the logo?

Hello @kiakeo13164
Please share your website URL.

@kiakeo13164 ,

Store URL Please ??

@kiakeo13164
I think your problem solved there’s no any brand name is the logo :thinking:

1 Like

Hi @kiakeo13164 ,

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.

Look forward to hearing from you!

1 Like

{% if settings.favicon_enable %} {% endif %} {{ page_title }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %} {% if page_description %} {% endif %} {% include 'social-meta-tags' %} {% include 'frame_header_styles' %} {% include 'frame_header_fonts' %} {% include 'frame_header_scripts' %} {{ content_for_header }} {% include 'linked-options' %} {% section 'top-countdown-bar' %} {% section 'announcement-bar' %} {% if settings.search_model == 'search_type3' %} {% include 'adv-search-model' %} {% endif %}
{% include 'frame_headers' %} {% include 'breadcrumb' %} {% unless template contains "index" or template contains "about" or template contains 'services' %}
{% endunless %}

{% if template contains ‘product’ %}
{% if settings.enable_filters and settings.product_page_sidebar != ‘full_width’ %}

{{ 'collections.toolbar.filter' | t }}
{% endif %} {% endif %}
{% unless template contains 'index' or template contains 'about' or template contains 'services' %}
{% endunless %} {{ content_for_layout }} {% unless template contains 'index' or template contains 'about' or template contains 'services' %}
{% endunless %}
{% unless template contains "index" or template contains "about" or template contains 'services' %}
{% endunless %} {% section 'footer' %}
{% 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 %}

{% include ‘cart-dropdown’ %}

that is the current active theme but the one that i am working on if proving to be abit different from my previous tasks!!