N
N
Norum2021-07-03 01:23:37
css
Norum, 2021-07-03 01:23:37

How to convert navigation circles in Slick Slider to rectangles?

How to convert navigation circles in slick slider to rectangles? I tried to find the border-radius property in these elements and thought about removing it, but it's not there.

The site itself ilyin1ib.beget.tech

As it should
60df91df8e49a328517119.jpeg
As mine
60df91e6430c0522046718.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Svyatoslav Smirnov, 2021-07-03
@Svyat_smirnov

.slick-dots button{
height:2px;
width:20px;
}
.slick-active{
width:40px;
background:#ffc000;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question