I want to change the carousel indicators with something like this:
I ha
You could use media query -
@media screen and (max-width:480px) { .carousel-indicators li{ background: url(images/triangle.png) no-repeat; background-size:120px 60px; width:120px; height:60px; cursor: pointer; text-align:center; }