Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
I would like to change the following points in the Codeless Slider:
1. Is it possible to add a point navigation under the slider or at the bottom of the slider? Just like this, for example, https://pho.to/Agfqc
2. How can I remove the navigation “Prev” and “Next” left and right?
3. I want the slider not to move as soon as someone pushes the mouse over it. Only when the mouse is out of the slider, it should move further.
Thanks for your support.
Hello,
1-Sorry but this is not possible using theme options. To add this feature you need to edit theme files. Since this is a personal preference customization, it is not supported from us.
2-Add this code into your custom css box:
.codeless_slider .nav-thumbflip a.prev { display: none; }
.codeless_slider .nav-thumbflip a.next { display: none; }
3-This too, required coding that is not included in support.
Please read more regarding out support policy here. I suggest you hire a developer to do all the customization you need.
Best regards!
You must be logged in to reply to this topic.