Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
<div class="marquee-container">
<div class="marquee">
<div class="marquee-words">{{ section.settings.marquee }} </div>
</div>
<!--- Coded by jotting.com --->
</div>
{% schema %}
{
"name": "Marquee",
"settings": [
{
"type": "text",
"id": "marquee",
"label": "Marquee text"
}
] ,
"presets": [
{
"name": "Marquee",
"category":"Custom"
}
]
}
{% endschema %}
Solved! Go to the solution
This is an accepted solution.
Hello @IamAnonymous
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code after <body>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is an accepted solution.
Hello @IamAnonymous
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code after <body>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Thank you
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025