You can do this by editing the selected skin's skin.css file. For example, if you choose the default skin, in the skin.css you should edit the following rule:
Beautiful, thanks. One last question... I think I'm getting close. The question is this: the next, previous buttons on the left and right side of the slider... work as a hover. How can I leave them on all the time?
I'd like to move the bottom thumbs up maybe 30-40 pixels. Can you tell me how to do that?
Hello Richard,
You can do this by editing the selected skin's skin.css file. For example, if you choose the default skin, in the skin.css you should edit the following rule:
.ls-defaultskin .ls-thumbnail {
top: -20px;
}
Best Regards,
George | Kreatura Dev Team
Beautiful, thanks. One last question... I think I'm getting close. The question is this: the next, previous buttons on the left and right side of the slider... work as a hover. How can I leave them on all the time?
Hello Richard,
It is easy, just add this line to the init code of your slider:
...
hoverPrevNext: false,
...
Best Regards,
George | Kreatura Dev Team
Thank you so much George you have been so helpful. I love layerslider. And the support is unequaled.
Thank you for your kind words!
Best Regards,
George | Kreatura Dev Team