I’m pretty sure I saw this someplace, but I can’t seem to find it anymore, I’ve spent hours now looking for it. I thought you could change it from having both arrows on the right, to instead having both arrows on the left, or one on each side.
Also, this has been asked before, can you change slider order other than deleting them and re-creating them in the order you want? I believe the answer to this is no but I thought I’d ask anyways.
Hello Loren,
There is no option to change the slider arrows location. But you can do it by adding the below css to your Additional css:
#ht-home-slider-section .bx-wrapper .bx-prev {
left: 2%;
top: 50%;
}
#ht-home-slider-section .bx-wrapper .bx-next{
right: 2%;
top:50%;
}
It is not possible to change the slider order. You can use any plugin for it.
Thank you.