• Hi,

    Does anyone know how to darken the frame in the slideshow where there is the text ? It would be easier for my visitors to read.

    Thanks in advance

Viewing 1 replies (of 1 total)
  • You can use custom css and add this code

    .carousel-caption {
      background: rgba(0,0,0,.5);
    }

    The default value is rgba(0,0,0,.2). You can increase the value in the last parameter to darken the frame. For example 0.5. Value “1” is absolute black (not transparent).

Viewing 1 replies (of 1 total)
  • The topic ‘Darken the frame in the slideshow’ is closed to new replies.