Hi is it possible to create a custom section and move it above header? It’s a marquee text bar.
I am using Dawn theme.
Here is the liquid file (I am on mobile so I can only add it in quotes)
Please do not ask for my store link as I want to be 100% anonymous.
{{ section.settings.marquee }}
{% schema %}> {> “name”: “Marquee”,> “settings”: [> {> “type”: “text”,> “id”: “marquee”,> “label”: “Marquee text”> }> ] ,> “presets”: [> {> “name”: “Marquee”,> “category”:“Custom”> }> ]> }> {% endschema %}

