How to change carousel's indicators color in bootstrap?

 That's simple. you just over write the bootstrap css by creating a new css file. then you have to writhe the codes below:




.carousel-indicators button {

    displayinline-block !important;

    width48px !important;

    height48px !important;

    margin10px !important;

    text-indent0 !important;

    cursorpointer !important;

    bordernone !important;

    border-radius50% !important;

    background-color#0000ff !important;

    box-shadowinset 1px 1px 1px 1px rgba(0,0,00.5);    

}


Post a Comment

Previous Post Next Post