it's a font, so all you have to do is make it bigger
eg:
.carousel-control .icon-prev,
.carousel-control .icon-next {
font-size: 100px;
}
then use margin-topto adjust the horizontal position, for example (in case 100pxc font-size) usemargin-top: -70px;

source
share