Caroussel arrows don't disappear

Under Blocs 2 I added three classes to get rid of the left and right arrows. Now opening the same site using Blocs 3 I suddenly see that the arrows in the caroussel are there again and that’s not what I want.
Could anybody please give me a tip why this suddenly is changing?

Hi Ben @BLB

The reason is that Blocs 2 is based on Bootstrap 3 whilst Blocs 3 is based on Bootstrap 4 and some defautl class names have been slightly modified.

In Bootstrap 3 the arrows were controlled by class .carousel-control whilst in Bootstrap 4 thus Blocs 3 the class name is .carousel-nav-controls

You then need to either remane your class with the updated name or re-select the subclass in the Class Manager.

MDS

1 Like