<head>
tag and got the setting in Shopify by manually editing the settings_schema.json
file in Github. To get it to work I want to add {% if settings.custom_head_code != blank %}{{ settings.custom_head_code }}{% endif %}
in the global head code in Webflow (so it is included in all layout files). But when I do that, the text is moved into the <body>
and inside of a <p>
tag instead. I suspect that this is something that Liquify is doing, since it looks correct in the Webflow code export.q
but in the cloneable it is p
. This is only the case in the search from the navbar. The search in the filter menu has q
.page-wrapper
. I could edit it manually in GitHub, but I guess it would be overwritten the next time I merge. Is it possible to mark a section as something which should be included in the theme.liquid file like that?