A
A
AhmedGasem2016-09-08 15:51:17
css
AhmedGasem, 2016-09-08 15:51:17

How to change the color and size of slide indicators?

5eab7ad53fe045cf82dc8e7f830a597c.jpg
I can't change their size or color
in any way Bootstrap code:

<!-- Indicators -->
  <ol class="carousel-indicators slide-icons">
    <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
    <li data-target="#carousel-example-generic" data-slide-to="1"></li>
    <li data-target="#carousel-example-generic" data-slide-to="2"></li>
  <li data-target="#carousel-example-generic" data-slide-to="3"></li>
  <li data-target="#carousel-example-generic" data-slide-to="4"></li>
  <li data-target="#carousel-example-generic" data-slide-to="5"></li>
  </ol>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor, 2016-09-08
@DarkSir

Maybe try custom styles after bootstrap? maybe your styles are just overlapping.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question