Carousel Arrow size

Any idea how to make them bigger? I added the class from the class manager, and I can change the colour etc in the SVG tab, but unable to alter the size of the arrows, I have tried changing the text but this does not work

I have not learned what many expert suggest, but I would assume using the inspector would reveal the bootstrap class. Once you have that you add that class and make the changes.

Just add:

.carousel-control-next, .carousel-control-prev {
scale: 300%;
}

2 Likes

Hey, my friend
Could you use a custom class to control the size of the carousel, instead of setting the column width and height?

Yes, you could do that.

1 Like

NIce to know that, thank you