Topic Resolution: Resolved
  • Closed
  • 12.05.2016 at 12:40 #27588

    Hello,
    how can I change the background colour of the text in the bootstrap slider?
    Default its dark grey like in the example page of evolve. It does not work with e.g.
    .carousel-caption {
    background-color: black !important;
    opacity: 0.2 !important;
    }
    it changes only the whole background of the text.
    Thanks for your help!

    Denzel Chia
    Moderator
    Posts: 2656
    14.05.2016 at 04:26 #27610

    Hi,

    You should use .carousel-caption h2 for the title, or .carousel-caption p for the caption.

    Thank you