P
P
Peter Sergeev2019-03-06 17:41:27
css
Peter Sergeev, 2019-03-06 17:41:27

How to remove pagination only on a certain screen size in "bx slider"?

I did not find it in the documentation
https://bxslider.com/options/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
andrash_, 2019-03-06
@223606322

Hide block in styles

@media (min-width: 500px) {
.pagination {
display: none;
}
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question