How to Add Marquee in Shopify Announcement Bar ?

  • administrator
  • September 3, 2021
  • 2 min read

Add below code in your theme.html and keep inside <style>…</style> above close tag of head </head> /** —————————– Add below scss in theme.liquid file to make announcement bar marquee left to right —————————– */ .announcement-bar__message { padding-left: 0px; padding-right: 0px; white-space: nowrap; -moz-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%); -moz-animation: scroll-left 2s linear infinite; -webkit-animation: scroll-left […]

Read More