Priyank
    Spectator
    Posts: 747
    August 19, 2017 at 2:53 pm #34571

    Hello

    Check option here: http://prntscr.com/gafus9
    Same way you can change Parallax slides.

    Thank you

    Kenneth Archibald
    Spectator
    Posts: 1
    August 23, 2017 at 8:05 am #34603

    Thanks

    i use the bootstrap slider,now i want to change it height but there is not any option to change height how can i do, its general things,in the theme the slider height option should give

    vaibhav
    Spectator
    Posts: 287
    August 24, 2017 at 7:54 am #34612

    Hi,

    You have given a custom css for change height of bootstrap slider

    #bootstrap-slider .carousel-inner > .item {
    height: 500px; // give any size you have want to it
    }

    Thank you