Free Shopify Images Marquee Section | Slide Brand Logos Add Anywhere

https://youtu.be/XzLZpmptnzw 1. Create a new section marquee-images and paste attached code. <style> .section-{{ section.id }}.custom-marquee-images { display: flex; align-items: center; width: 100vw; max-width: 100%; height: {{section.settings.marquee_height}}px; padding-top: {{section.settings.marquee_padding}}px; padding-bottom: {{section.settings.marquee_padding}}px;…

Continue ReadingFree Shopify Images Marquee Section | Slide Brand Logos Add Anywhere

How to Display Images Specific to the Selected Variant Product Page Shopify Prestige Theme | FREE Without App

https://youtu.be/dkpeBRIV27g 1. Update Alt text of images in the gallery for each product. 2. Go to Snippets -> product-gallery.liquid Find 'media in product.media' loop.Paste below code inside the open tag.{%…

Continue ReadingHow to Display Images Specific to the Selected Variant Product Page Shopify Prestige Theme | FREE Without App

How To Add Language Flag Selector Icons On Header? – Dawn Theme

1. Create new snippet 'language-country-flag' and paste below code: <style> .header-lang-switcher summary { display: flex; align-items: center; } </style> <localization-form> {%- form 'localization', id: 'FooterCountryForm', class: 'localization-form header-lang-switcher' -%} <div>…

Continue ReadingHow To Add Language Flag Selector Icons On Header? – Dawn Theme