@kadmy , sure: upload the file controls.png from the plugin folder \node_modules\bxslider\dist into NodeBB assets. The file looks like the bitmap below.
[image: 1611963514006-controls.png]
Then change the LESS to
.my-wrapper {
box-shadow: none;
border: none;
.bx-prev {
background: url(/assets/uploads/controls.png) no-repeat 0px -32px;
}
.bx-next {
background: url(/assets/uploads/controls.png) no-repeat -43px -32px;
}
}
This file contains the standard bxSlider. But you can use any other icon. Just upload it or point to the url of your preference.
Please update to v0.1.2 for more fixes.