Where can I upload my favicon on the theme settings?

I can not find the place to upload my favicon. Previous shopify support told me to go to theme-customize-theme settings - (click) favicon

However “favicon” does not show up? is the ONLY way to do this to edit the theme.liquid file?

see screen shot please

thankyou

1 Like

@davekrtyuiop

Please share your store URL!

Thanks!

I think you are misunderstanding. Did you see the screen shot?
https://personalshavers.com

@davekrtyuiop

sorry for that issue can you please check your back theme

https://help.shopify.com/en/manual/online-store/images/add-favicon

thank you. I am unsure why you want my URL but here it is

https://personalshavers.com

I m sorry to say but I do not know what a "back theme " is. Can you please explain

I do not think I am being clear and that is my fault. when I said “However “favicon” does not show up?” I am talking about the link to add it, not the favicon itself. See my original post with the original screen shot for more details. Of course my URL is not going to show a favicon. The reason is I am not given the opportunity to add it. I know how to add it but I do not have the ability to add it as the link I need to click to add it I am not able to find. I hope I have explained myself better this time.

1 Like

@davekrtyuiop

can you please sent theme.liquid

{% capture content %}

{% if current_tags %}{% assign meta_tags = current_tags | join: ', ’ %}{% endif %} {% if settings.enable_shopify_review_comments %} {% endif %}

{{ ‘styles.scss.css’ | asset_url | stylesheet_tag }} {{ ‘custom.css’ | asset_url | stylesheet_tag }} {% if page_description %}{% endif %} {% if settings.favicon != nil %} {% else %} {% endif %} {% if template contains ‘customer’ %} {{ “shopify_common.js” | shopify_asset_url | script_tag }} {{ “customer_area.js” | shopify_asset_url | script_tag }} {% endif %} {{ content_for_header }} {% include ‘social-meta-info’ %} {% if collection.previous_product %}{% endif %} {% if collection.next_product %}{% endif %} {% include ‘booster-common’ %}

{% include ‘qikify-salekit’ %}

{% if template contains “index” %} {% assign feature_image = true %} {% elsif template contains “collection” %} {% assign feature_image = true %} {% elsif template contains “blog” %} {% assign feature_image = true %} {% elsif template contains “article” %} {% assign feature_image = true %} {% elsif template contains “contact” %} {% assign feature_image = true %} {% elsif template contains “product” %} {% assign feature_image = true %} {% elsif template contains “gallery” %} {% assign feature_image = true %} {% elsif template contains “banner” %} {% assign feature_image = true %} {% elsif template contains “details” %} {% assign feature_image = true %} {% elsif template contains “faq” %} {% assign feature_image = true %} {% elsif template contains “search” %} {% assign feature_image = true %} {% elsif template contains “cart” %} {% assign feature_image = true %} {% else %} {% assign feature_image = false %} {% endif %}

.product_section .product_form { opacity: 1; } .multi_select, form .select { display: block !important; } .image-element__wrap { display: none; }

{% section ‘header’ %}

{% if settings.mega_menu_1 %} {% section ‘mega-menu-1’ %} {% endif %} {% if settings.mega_menu_2 %} {% section ‘mega-menu-2’ %} {% endif %} {% if settings.mega_menu_3 %} {% section ‘mega-menu-3’ %} {% endif %} {% if settings.mega_menu_4 %} {% section ‘mega-menu-4’ %} {% endif %} {% if settings.mega_menu_5 %} {% section ‘mega-menu-5’ %} {% endif %}

{% unless feature_image %}

{% endunless %} {{ content_for_layout }}

{% unless template contains ‘index’ or settings.secondary_newsletter_banner == false %} {% section ‘newsletter’ %} {% endunless %} {% section ‘footer’ %} {% if settings.size_chart != blank %} {% include ‘popup-size-chart’ %} {% endif %} {% if settings.newsletter_popup %} {% include ‘popup-newsletter’ %} {% endif %} {% if settings.quick_shop_enabled %} {% include ‘popup-quick-shop’ %} {% endif %} {% if settings.disqus_enabled %} {% if template contains “blog” or template contains “article” or template contains “index” %} {% endif %} {% endif %} {% if settings.show_multiple_currencies %} {% include ‘currencies’ %} {% endif %} {% if settings.show_shipping_calculator and template contains “cart” %} {% include ‘cart-shipping-scripts’ %} {% endif %} {% unless settings.performance == “sport” or template contains “customer” %} {% endunless %} {% include ‘booster-discounts’ %}

{% endcapture %} {% assign content = content | replace_first: ’

unalbe to five this code to you., previouslyk is all i can do thanks to sshopify

@davekrtyuiop

sorry that’s wrong code

would a screen shot of the code be better?

please view file for liquid theme

1 Like

@davekrtyuiop

can you try this code

just upload assets folder same name image favicon Png formaet


hi,

thank you

Does it matter where I put that code in the liquid file?

I dont understand what an assets folder is. I sent you a liquid file. I understand coding a bit but shopify I don’t. understand at all. any help would be great.

1 Like

@davekrtyuiop

can you please sent your theme zip

Do my theme zip (what ever that is) contain my theme.liquid file and “additional scripts” I have placed in my account?" There is sensitive information in there that I don’t feel comfortable sharing with the world.

1 Like

@davekrtyuiop

no we don’t need your content we just add favicon code on your theme.liquide code

I can add the code, i just need to know where to put it. I know it goes in liquid file.

Besides that I do not know where it goes. Maybve there is a line numbver wher it goes?>. Maybe ther is a section where it goes… ie.

{% if settings.favicon != nil %}

{% else %} {% endif %}

Please tell me where this goes.