No content to show
User Activity
Website: https://faarskinn.seExample of what the title looks like (see picture):I think Iv'e localized the problem to the theme.liquid template, but not sure what to move where. I'll share the part of the code with you. <title>
{{- page_title ...
02-28-2022
<link rel="shortcut icon" href="//cdn.shopify.com/s/files/1/0609/8275/5547/files/lammeskindet_favicon_32x32.jpg?v=1645534961" type="image/png"> is added to every page title on product pages. How do I remove this?See the product.liquid code below.{% c...
The collection doesn't show in breadcrumb, even though product has a collection. This is what the breadcrum code looks like, what do I do?{% assign search_category = search_category | default: blank %}
{% assign show_breadcrumbs = true %}
{% if show...
01-31-2022
@KetanKumar forgot to tag you
01-31-2022
Could you please help me with my code as well? I am not allowed to change "header" to "text".. My problem is I have H2-tags in the footer, which I want to change to "text". <scripttype="application/json"data-section-id="{{ section.id }}"data-section...
I have the same problem but my code just looks like this in the collection.liquid:{% section 'template-collection' %} What do I do?