How to Display All Collection Links Above Products in Shopify Store?

https://youtu.be/yIoMZz6zA4c 1. Go to Sections -> main-collection-banner.liquid 2. Add this code below collection description code: <ul class="collections-list-scroll"> {% for collection in collections %} <li> <a href="{{ collection.url }}">{{ collection.title }}</a>…

Continue ReadingHow to Display All Collection Links Above Products in Shopify Store?

How to add MARQUEE sliding with icons in Shopify? Multiple Sections FREE

1. Create a new section marquee and paste attached code <style> .section-{{ section.id }}.custom-marquee { display: flex; align-items: center; height: {{section.settings.marquee_height}}px; width: 100vw; max-width: 100%; overflow-x: hidden; background:{{section.settings.colorBackground}}; color:{{section.settings.colorText}}; }…

Continue ReadingHow to add MARQUEE sliding with icons in Shopify? Multiple Sections FREE

How to add MARQUEE effect in Shopify? Multiple Sections FREE

https://youtu.be/u4SdHVL3nOA 1. Create a new section marquee and paste attached code <style> .section-{{ section.id }}.custom-marquee { display: flex; align-items: center; height: {{section.settings.marquee_height}}px; width: 100vw; max-width: 100%; overflow-x: hidden; background:{{section.settings.colorBackground}}; color:{{section.settings.colorText}};…

Continue ReadingHow to add MARQUEE effect in Shopify? Multiple Sections FREE