Okay
  Public Ticket #744433
full page slider
Closed

Comments

  • Jim started the conversation

    How can I change The Landscaper front page full width slider to fade?

  •  1,593
    Barry replied

    Hi Jim

    This is only possible with some custom CSS. Please add the following to Appearance > Customize > Theme Options > Custom CSS:

    .jumbotron .carousel-inner .item { transition-property: opacity; }
    .jumbotron .carousel-inner .item,
    .jumbotron .carousel-inner .active.left,
    .jumbotron .carousel-inner .active.right { opacity: 0; }
    .jumbotron .carousel-inner .active, 
    .jumbotron .carousel-inner .next.left,
    .jumbotron .carousel-inner .prev.right { opacity: 1; }
    .jumbotron .carousel-inner .next, 
    .jumbotron .carousel-inner .prev,
    .jumbotron .carousel-inner .active.left,
    .jumbotron .carousel-inner .active.right { left: 0; transform: translate3d(0, 0, 0); }

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes