Hi,
I’m using the Dawn 2.0 theme.
I’m using the “multicolumn” section and in the mobile version its slider looks like this:
I want it to change it to dots like this:

How can I do it?
Thanks
Hi,
I’m using the Dawn 2.0 theme.
I’m using the “multicolumn” section and in the mobile version its slider looks like this:
I want it to change it to dots like this:

How can I do it?
Thanks
@Ben1000
It’s customization work, for that you have to hire a developer.
Thank you.
sorry for that issue new Dawn Theme doesn’t allow this current slider modification
If you’re comfortable working with coding languages (eg. HTML, JavaScript, CSS, and Liquid), then you can try to follow the custom coding Custom Slider
or if don’t hire Shopify Expert or me
Hi @KetanKumar ,
Thank you for the link.
To make it work, do I need to do this?
?
Thanks
yes, please try and if you have any issue let me know
Hi @KetanKumar ,
I tried, but I didn’t work.
yes, please add this code and share store url
Hi @KetanKumar
I created a new section called “multicolumn-new.liquid”
your content
your content
your content
I Added this line to the bottom of the existing file “section-multicolumn.css”
$('.one-time').slick({
dots: true,
infinite: true,
speed: 300,
slidesToShow: 1,
adaptiveHeight: true
});
It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like