Topic Resolution: Resolved
  • Closed
  • Pako Moritz
    Spectator
    April 10, 2016 at 10:25 pm #26409

    Hi, i updated to the latest evolve+ and bootstrap slider is changed. Is there a way to get the old view back?

    Example Old

    Example New

    Website

    If not. Is there a way to get textboxes transparent or text centered….

    Denzel Chia
    Moderator
    Posts: 2656
    April 11, 2016 at 1:56 am #26417

    Hi,

    Sorry, not possible to revert to old Bootstrap Slider design.
    It’s also not possible to center the captions, they have different HTML structure now.

    You can use the following to remove caption title and content background.

    .carousel-caption h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    .carousel-caption p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    Thank you

    Pako Moritz
    Spectator
    Posts: 40
    April 11, 2016 at 12:58 pm #26442

    Hi, not perfect but ok for me. With transparent background text is not goot aligned to the “more” box because you cant see the border. I will find a solution. thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    April 12, 2016 at 2:36 am #26455

    You are welcome!