Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
How can I remove the Next / Prev Hover effect from the codelesslider?
Tks!
Hello,
Please add this code into your custom css box:
.codeless_slider .nav-thumbflip a.prev { display: none;}
.codeless_slider .nav-thumbflip a.next { display: none;}
Let us know.
Best regards!
Hi,
Actually, I’d like the to use just the arrows, but not the animation with the texts. It’s possible?
Tks!
Hello,
Yes, it is possible. Just edit the code above to this:
.codeless_slider .nav-thumbflip a.prev .text { display: none;}
.codeless_slider .nav-thumbflip a.next .text { display: none;}
Best regards!
You must be logged in to reply to this topic.