28 Mar Blog How to Make Transparent Header in Shopify March 28, 2025 By ecomsolutionservices 0 comments 1. Go to Edit code -> header.liquid and paste below code at the top: {% if template.name == 'index' %} <style> .header-wra... Continue reading
28 Mar Blog How to add Video Slider in Shopify (All Free Themes) without App March 28, 2025 By ecomsolutionservices 0 comments 1. Create new section ‘video-slider’ and paste attached code. {%- style -%} .section-{{ section.id }}-padding { padding-top: {... Continue reading
28 Mar Blog Shopify Progress Bar on Cart Drawer and Cart Page | Without App [FREE] March 28, 2025 By ecomsolutionservices 0 comments 1. Create new snippet ‘progress-bar’ and paste attached code. <style> .custom-progress-bar { text-align: center; tr... Continue reading
28 Mar Blog How to add Collection in circular carousel slider Shopify March 28, 2025 By ecomsolutionservices 0 comments {%- style -%} .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px; ... Continue reading