Hi @Angeliki Messari here are my suggested changes so that you can have multiple carousels on the same page. The issue is with the use of $("") and the fact that both carousels have the same ID. <style> .carousel-fade .carousel-inner .item { opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade
    • Like
    2