Hi @Lujainkhan786 ,
I checked the demo. I saw they grouped all sections to one. After that use the swiper library to create a slider.
May I suggest to update code these steps:
-
Go to Store Online-> theme → edit code
-
Create a section with content below:
{% if template == 'index' %}
{% endif %}
{% schema %}
{
"name": "Slideshow vertical",
"tag": "section",
"class": "section-slider-vertical",
"disabled_on": {
"groups": ["header", "footer"]
},
"presets": [
{
"name": "Slideshow new"
}
]
}
{% endschema %}
- Go to customize add “Slideshow vertical” section

