• Closed
  • Remmy
    Spectator
    August 2, 2014 at 3:05 am #8565

    How do I remove the gray tinted areas on the Bootstrap slider? I have deleted the text but the tinted areas remain on the lower portion of the slide. I want to retain the “Learn More” button.

    Alok Maheshwari
    Spectator
    Posts: 303
    August 2, 2014 at 11:17 pm #10306

    Can you provide a screenshot of the problematic areas or the site link.

    Bing Lee
    Spectator
    Posts: 12
    August 25, 2014 at 1:09 pm #12310

    Hi this worked for me:

    you have to put it into your theme options -> custom css

    #bootstrap-slider .carousel-caption {background:none;}
    #bootstrap-slider .carousel-caption h2 {background:none;}

    there are two grey boxes one for the caption and then the header.

    I think there were solutions on here, but I don’t think the text was correct

    Bing