Okay
  Public Ticket #1620112
Custom Navigation Buttons
Closed

Comments

  • Lars Göran Blom started the conversation

    Hi.

    I try to change next/prev button to custom buttons.

    Is it possible to upload own designed buttons like my attachment?

    Or can i make it with Custom code?

    Best regards

    LG Blom

  • [deleted] replied

    Hello Lars Göran Blom,

    Thank you for getting in touch with us. My name is Attila and I'm happy to assist you today. I appreciate your patience while we've been working towards your ticket.

    Unfortunately at the moment there is no built-in option in the plugin to relocate or edit the navigation areas, you would need to do some coding to achieve it. Please note that it requires custom coding and web development experience so it is not recommended for unexperienced users.
    Alternatively, you can make a new skin or modify one, but it also needs some CSS knowledge.

    You can approach this two ways. You can either edit the image file that contains the arrows. It was created with a "CSS sprites" method, meaning that only certain parts of the image is being showed.
    As long as you do not change the arrows' sizes drastically and leave it in the correct position in the image file, you can freely change it. This method does not require CSS editing.

    Or you can edit the skin.css file. The classes you are looking for are .ls-nav-prev, .ls-nav-next