Can you tell us what exactly do you want to customize with arrows? We can provide the required help.
Hey, I want different icon and bigger size
You can change the icon and icon size using the following custom CSS. Do note that this will utilize the fontawesome icons provided by elementor or you can choose your own custom font icon provided by the theme or another plugin –
.lae-container .lae-flex-direction-nav a, .lae-container .lae-flex-direction-nav a:hover {
font-family: 'FontAwesome' !important;
font-size: 28px;
line-height: 1;
height: 28px;
width: 28px; }
.lae-container .lae-flex-direction-nav a.lae-flex-prev:before {
content: "\f060";
}
.lae-container .lae-flex-direction-nav a.lae-flex-next:before {
content: "\f061";
}
You can look in the fontawesome stylesheet here for the icons you need –
https://livemeshelementor.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css