1. Tralala
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 04 November 2019
  5.  Subscribe via email
Hi Ciaran,

How to disable the Prev and Next arrow buttons in a Layerslideshow?
I used it in template Everly in moduleposition Showcase, with three titles, no captions and only one image for all. The arrows doesn't have any function and are disturbing.
I already used custom css-lines like button #PrevArrow .PrevArrow {display:none;} in several variants, but without any effect, even if !important.

So, how to remove these arrows?
References
  1. http://alicoaching.alstest.nl/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.layerslideshow .NextArrow,
.layerslideshow .PrevArrow {
display: none !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!