How to Move product image slider in vertical position in Shopify store?

https://youtu.be/2TsIzTNYohQ @media only screen and (min-width:900px) { .product--small .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide { transform: rotate(-90deg); width: calc(20% - .8rem); } .grid__item.product__media-wrapper slider-component.thumbnail-slider { position: absolute; top: 0; transform: rotate(90deg); width: 602px; /*…

Continue ReadingHow to Move product image slider in vertical position in Shopify store?

Shopify Progress Bar on Cart Drawer and Cart Page | Without App [FREE]

1. Create new snippet 'progress-bar' and paste attached code. <style> .custom-progress-bar { text-align: center; transition: all 1000ms linear; height: 93px; } .custom-progress-bar.cart-shipping__wrapper { padding: 15px; max-width: 700px; width: 90%; margin:…

Continue ReadingShopify Progress Bar on Cart Drawer and Cart Page | Without App [FREE]

How to add Video Slider in Shopify (All Free Themes) without App

https://youtu.be/5x1e_yssW0U 1. Create new section 'video-slider' and paste attached code. {%- style -%} .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; } .video-slider .testimonial__image { height:…

Continue ReadingHow to add Video Slider in Shopify (All Free Themes) without App

How to Make a Header Transparent In Shopify (Free Themes)

{% if template.name == 'index' %} <style> .header-wrapper { position: absolute; width: 100%; background: transparent; color: white; } .header-wrapper .list-menu span, details[open]>.header__menu-item, .header-wrapper summary svg, .header-wrapper a svg, .header-wrapper h1.header__heading…

Continue ReadingHow to Make a Header Transparent In Shopify (Free Themes)

How To Add Color Swatches in Shopify [Dawn 15.1.0]

https://youtu.be/KGTFXTp7EpM 1. Open settings_schema.json { "name": "Color Swatches Custom", "settings": [ { "type": "paragraph", "content": "Support AmazingLearning [Subscribing our Channel](https:\/\/youtube.com\/@amazinglearnings?sub_confirmation=1)" }, { "type": "text", "id": "optionName", "label": "Swatch option name",…

Continue ReadingHow To Add Color Swatches in Shopify [Dawn 15.1.0]