• Closed
  • Remmy
    Spectator
    02.08.2014 at 03:05 #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
    02.08.2014 at 23:17 #10306

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

    Bing Lee
    Spectator
    Posts: 12
    25.08.2014 at 13:09 #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