Comments Jim started the conversationApril 22, 2016 at 12:31amHow can I change The Landscaper front page full width slider to fade? 1,710Barry repliedApril 22, 2016 at 12:33amHi JimThis 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,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
How can I change The Landscaper front page full width slider to fade?
Hi Jim
This is only possible with some custom CSS. Please add the following to Appearance > Customize > Theme Options > Custom CSS:
Best regards,
Barry
QreativeThemes.com | WordPress Themes