Hi there,
Thanks for writing in! You can add this under Child Theme’s style.css :
.flex-next .x-icon-chevron-right::before {
content: "\f105";
font-size: 50px;
}
.flex-prev .x-icon-chevron-left::before {
content: "\f104";
font-size: 50px;
}
Note that it won’t work on Customizer’s CSS and you need to use Child Theme’s CSS.
Hope this helps.
Cheers!