Sorry, we don't support your browser.  Install a modern browser

Scrolling content: Extend scroll duration setting to 30 seconds#270

?

The timer for the scrolling banner is between 0 - 10 seconds. Can this be extended to 30 seconds? I am showing customers award icons and the speed it is rotating past is making people feel nauseous.

a month ago

Hi there,

That’s a fair request should you have a lot of items in there! It may be some time before we adjust the setting via an update, but in the meantime you can override the setting through a little bit of custom CSS:

.scrolling-content__marquee {
  --scroll-duration: 30s;
}

This can be added directly to the section’s Custom CSS in the Theme editor.

Hope this helps! Should you need further assistance with applying that custom CSS, please reach out to our support team for assistance.

a month ago