hey,
im trying to make my slider dots like this:
i have add this thee css styling:
.w-slider-dot {
width: 5px;
height: 5px;
border-radius: 0px;
background: #898989;
}
.w-slider-dot.w-active {
width: 20px;
height: 20px;
position: relative;
border-radius: 0px;
transform: rotate (45deg);
background: #FD746C;
}
but I still get the round dots:
any help please, to fix this!!
thanks in advance
Here is my site Read-Only: LINK
(how to share your site Read-Only link)