How Do I Autoplay an Embed YouTube Video in Shopify Homepage
Follow Below steps to embed a youtube video in your shopify store with autoplay, and loop. Go to customizeClick on Add sectionSelect Custom Liquid or Custom HTMLPaste below code in…
Follow Below steps to embed a youtube video in your shopify store with autoplay, and loop. Go to customizeClick on Add sectionSelect Custom Liquid or Custom HTMLPaste below code in…
Follow Below steps to remove logo from home page: Go to theme -> Action -> Edit Code -> Layout -> theme.liquid Paste below code just before </body> closing body tag.…
Follow Below steps to add "Add to Cart" button on collection page. Go to theme -> Action -> Edit Code -> Snippets -> product-card.liquidPaste below code at the end of…
Go to header.liquid file. Go to dashboard of shopify store Go to themes -> Actions -> Edit code Open Sections -> header.liquid Go to line: 495 and line: 497 Delete…
Follow Below steps to create product slider in shopify dawn theme: Go to theme -> Action -> Edit Code -> Sections Create section and name it product-slider Paste below code…
https://youtu.be/tAF-HiXaRLM Copy Below Code and replace with Line: 202, 203, 204 of Sections/main-product.liquid {% if product.variants[forloop.index0].metafields.color.values and option.name == 'Color' %} <label for="{{ section.id }}-{{ option.name }}-{{ forloop.index0 }}" style="background-color:…