How to Add Collection Slider in Shopify?
1. Go to theme -> Edit code -> Sections 2. Create a new section and name it 'collection-slider' and paste below code. {{ 'section-collection-list.css' | asset_url | stylesheet_tag }} {{…
1. Go to theme -> Edit code -> Sections 2. Create a new section and name it 'collection-slider' and paste below code. {{ 'section-collection-list.css' | asset_url | stylesheet_tag }} {{…
https://youtu.be/uGDBkd9YgvE 1. Go to theme -> Edit code -> Snippets 2. Create new snippet and name it 'live-visitors' and paste below code. <style> .live_visitors { position: relative; display: flex; align-items:…
1. Download font which you want to apply. 2. Go to Content -> Files -> Upload files 3. Go to themes -> Edit code -> Sections 4. Create new section…
https://youtu.be/2iE6dRjvP8s Create a new file and name it paypal.html Paste below lines of code in the file which you created. Upload this file code to your hosting. <!DOCTYPE html> <html>…
https://youtu.be/m-Oe7aV_V20 Create a new file and name it paypal.html Paste below lines of code in the file which you created. Upload this file code to your hosting. <!DOCTYPE html> <head>…
https://youtu.be/dYuaIn6ohkc https://youtu.be/5YjpOoZ0KkM 1. Go to Themes -> Edit code -> Config -> settings_schema.json Paste below code in line: 10. Or you can follow the video instructions to exactly compare the…
1. Go to Themes -> Edit code -> Config -> settings_schema.json Paste below code in line: 10. Or you can follow the video instructions to exactly compare the code next…
https://www.youtube.com/watch?v=q8YYjBpYQk8 1. Go to Dashboard click on pages and create new page. 2. Toggle the editor to HTML Code and paste below code: <style> .order-tacking { /* text-align: center; */…
Shopify product page calendar Introduction Use the Shopify Product Page Calendar to easily add a calendar to your product pages. Schedule appointments, pick dates, or check product availability directly on…
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.{%…