Hi,
1)
The maximum columns you can show is 5. You can hide the arrows with this CSS:
.spb_clients_widget .carousel-arrows {
display: none!important;
}
2) You would need to use some CSS Then add the class to your div or page builder element. Example:
.my-custom-class { border: solid 2px black; }
3)
I have not tested that plugin with the theme. You should be able to do that with the default product variations?
4)
That is odd, are you running the latest theme version?
.woocommerce .star-rating {
width: 5.4em!important;
letter-spacing: 0!important;
}
Thanks,
David.