Back to Shopify Liquid

Shopify Liquid
Infinite info bar v2
Drop this Shopify Liquid snippet into your theme to add the infinite info bar v2 block. Copy the code below, paste it into your theme files, save and you're done.
95 lines · 4.1 KB
Shopify Liquid
1<div id="shopify-section-template--17138240979127__autoscrolling_text_9DGHnt" class="shopify-section autoscroll-text">2 <style>3 #sc-template--17138240979127__autoscrolling_text_9DGHnt {4 padding: 16px 0;5 background-position: center;6 background-repeat: no-repeat;7 background-size: cover;8 background-image: url(//spacegoods.com/cdn/shop/files/bg_2000x.svg?v=1726480808);9 }1011 #sc-template--17138240979127__autoscrolling_text_9DGHnt .text-wrapper {12 align-items: center;13 display: flex;14 color: #fff;15 font-family: "Apercu Pro";16 font-size: 16px;17 font-weight: 700;18 width: fit-content;19 position: relative;20 animation: auto-scroll 60s linear infinite;21 }2223 #sc-template--17138240979127__autoscrolling_text_9DGHnt .section_wrapper {24 overflow: hidden;25 }2627 #sc-template--17138240979127__autoscrolling_text_9DGHnt .block-text {28 white-space: nowrap;29 margin: 0 16px;30 }3132 @keyframes auto-scroll {33 0% {34 transform: translateX(0);35 }36 100% {37 transform: translateX(-50%);38 }39 }4041 @media screen and (max-width: 900px) {42 #sc-template--17138240979127__autoscrolling_text_9DGHnt {43 padding: 16px 0;44 }45 }46 </style>47 <div autoscrolling-text="" id="sc-template--17138240979127__autoscrolling_text_9DGHnt">48 <div class="section_wrapper">49 <div class="text-wrapper">50 <div class="block-text">CONSISTENT CALM</div>51 <div class="block-text">IMPROVE MOOD</div>52 <div class="block-text">TASTES GREAT</div>53 <div class="block-text">IMMUNE SUPPORT</div>54 <div class="block-text">ZERO CRASH OR ANXIETY</div>55 <div class="block-text">INCREASED FOCUS</div>56 <div class="block-text">INCREASED FOCUS</div>57 <div class="block-text">SUSTAINED ENERGY</div>58 <div class="block-text">CONSISTENT CALM</div>59 <div class="block-text">IMPROVE MOOD</div>60 <div class="block-text">TASTES GREAT</div>61 <div class="block-text">IMMUNE SUPPORT</div>62 <div class="block-text">ZERO CRASH OR ANXIETY</div>63 <div class="block-text">INCREASED FOCUS</div>64 <div class="block-text">INCREASED FOCUS</div>65 <div class="block-text">SUSTAINED ENERGY</div>66 <div class="block-text">CONSISTENT CALM</div>67 <div class="block-text">IMPROVE MOOD</div>68 <div class="block-text">TASTES GREAT</div>69 <div class="block-text">IMMUNE SUPPORT</div>70 <div class="block-text">ZERO CRASH OR ANXIETY</div>71 <div class="block-text">INCREASED FOCUS</div>72 <div class="block-text">INCREASED FOCUS</div>73 <div class="block-text">SUSTAINED ENERGY</div>74 <div class="block-text">CONSISTENT CALM</div>75 <div class="block-text">IMPROVE MOOD</div>76 <div class="block-text">TASTES GREAT</div>77 <div class="block-text">IMMUNE SUPPORT</div>78 <div class="block-text">ZERO CRASH OR ANXIETY</div>79 <div class="block-text">INCREASED FOCUS</div>80 <div class="block-text">INCREASED FOCUS</div>81 <div class="block-text">SUSTAINED ENERGY</div>82 <div class="block-text">CONSISTENT CALM</div>83 <div class="block-text">IMPROVE MOOD</div>84 <div class="block-text">TASTES GREAT</div>85 <div class="block-text">IMMUNE SUPPORT</div>86 <div class="block-text">ZERO CRASH OR ANXIETY</div>87 <div class="block-text">INCREASED FOCUS</div>88 <div class="block-text">INCREASED FOCUS</div>89 <div class="block-text">SUSTAINED ENERGY</div>90 </div>91 </div>92 </div>939495</div>



