All things Shopify and commerce
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.
1. Please Go to store => right click => inspect
2. Get the class corresponding to where you want the animation, like position 3 in the image below, pay attention to the tag that contains text.
3. After getting the class of the tag you want to have the animation text in, replace your class with our announcement-bar__message class.
.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
}
}
4. Then go to your Admin Store => Online Store => Themes => Edit Code => search base.css and add that code at the end of base.css file.
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 our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
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
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024