Hi All,
im trying to change the product dots under images to lines like picture below
my site is https://luxurymrkt.com
Hi All,
im trying to change the product dots under images to lines like picture below
my site is https://luxurymrkt.com
Hi,
Add below CSS in theme.css file
.flickity-page-dots .dot.is-selected {
width: 20px !important;
height: 3px !important;
}
.flickity-page-dots .dot {
width: 20px !important;
height: 3px !important;
border-radius: 0 !important;
}
Thanks
Hit Like and Accept as Solution if it helps you