Arrow Buttons in the slider

Latest Reply from Alice at 2014-10-14 06:25:09
Is it possible to remove the left and right arrow button in the slider?
ThankĀ“x
Hi!
To fix this you have to remove the code:
<div class="fp-prev-next-wrap">
<div class="fp-prev-next">
<a href="#fp-next" class="fp-next"></a>
<a href="#fp-prev" class="fp-prev"></a>
</div>
</div>

from the inc/library.php file of the theme.

Leave a reply

Add codeAdd image