Home Forums Luzuk Expert Carpenter Changing Slider Arrow Location

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36532
    Loren Kowalchuk
    Participant

    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.

    #36551
    User Support
    Participant

    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.

    #36657
    Loren Kowalchuk
    Participant

    Thank you, that’s what I wanted.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.