Hi,
I’d like to add a scrolling effect to the Rich Text section on my website (as well as the announcement bar) similar to the website below:
My current site:
Hi,
I’d like to add a scrolling effect to the Rich Text section on my website (as well as the announcement bar) similar to the website below:
My current site:
Hi @sundayflea
Since you did not mention your store link in the topic, we will only guide you in a general way on our store.
.announcement-bar__message{
animation: news 15s infinite linear;
}
@keyframes news {
0% {
transform: translateX(1016px); /*increase and decrease to adjust the right appearance position accordingly*/
}
100% {
transform: translateX(-1016px);increase and decrease to adjust the left appearance position accordingly
}
}
Finally, save your code and check the result. If it doesn’t work, please provide your store link so we can check it.
I hope that this can help you solve the issue.
If you need a simple text scroller section, there’s a free download here. Think you just have to enter your email. Worked for me!
https://hotboxsolutions.com/shopify-tutorial/free-text-scroller-section