2016-09-16 2 views

답변

4

부트 스트랩 스타일의 흰색에서 회전 목마 활성 점을 변경하려면 http://www.w3schools.com/bootstrap/trybs_theme_band_full.htm#band

그렇게 .carousel-indicators .active 인 예를하다 컨트롤 링크는 SVG 아이콘을 제거하고 글꼴 - 멋진 아이콘으로 변경합니다. 그러면 아이콘에 클래스를 추가하여 스타일을 적용 할 수 있습니다. E.G.

<a class="carousel-control-prev" href="#carouselProfileMedia" role="button" data-slide="prev"> 
    <i class="fa fa-arrow-circle-left fa-2x your-custom-class" aria-hidden="true"></i> 
    <span class="sr-only">Previous</span> 
</a> 
+0

나는이 점을 시도했지만 활성 점 앞에 2 개의 점이 있으며 이제는 작동한다. 감사 –

0

가의 내용을 변경할 수 있습니다 여기에

내가 컨트롤을 빨간색

관련 문제