I am trying to speed up the announcement bar on the shopify Dawn theme as I only have one word per line.
I have located the announcement-bar.liquid under edit code. I have changed the following code:
{
“type”: “range”,
“id”: “change_slides_speed”,
“min”: 2,
“max”: 10,
“step”: 1,
“unit”: “s”,
“label”: “t:sections.announcement-bar.settings.change_slides_speed.label”,
“default”: 5
},
to
{
“type”: “range”,
“id”: “change_slides_speed”,
“min”: 1,
“max”: 2,
“step”: 1,
“unit”: “s”,
“label”: “t:sections.announcement-bar.settings.change_slides_speed.label”,
“default”: 2
},
i.e changed the max and default to 2 instead of 10 and 5 but nothing appears to have changed.
Does anyone know how to speed up the announcement bar please?
Thanks in advance