The default opacity is 75%. To change to, let's say 50%, add the following to your custom CSS:
.carousel-caption {
1. background: rgba(0, 0, 0, 0.50);
}
On Wednesday, December 12, 2012 1:03:31 PM UTC-5, schel4ok wrote:
>
> Please tell me how to change caption opacity?
> I want to make it more transparent
>
