Bricks Carousel how to make RTL & Whole Item clickable

Hi how to make Bricks Carousel RTL
Tried the below:
.brxe-carousel { direction: rtl; } but the arrow are still not RTL

The only way it worked is editing the carousel element in the main theme. How to move it to Child tried copying the file there didn’t work.

Final thing, we need to make the whole slide item clickable. How to do that?

Thank you.

Hey,

Not sure about the RTL thing but if you use the nested slider instead of the carousel. Then you can change the HTML tag of each slide to an a tag and link to whatever you want.