1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 17 December 2021
  5.  Subscribe via email
Working with Emani Joomla 4 template. When scanning with Wave for ADA Issues, I am getting Empty Links on the two arrows on the bottom left of the slideshow.

Can you provide code to remove those arrows and just allow the slideshow to automatically run?

Thank you for your assistance!

James
References
  1. http://tempdomain68.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

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

div.layerslideshow .layerslideshow-prev, 
div.layerslideshow .layerslideshow-next {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That worked great!

Can you reply back with how to also remove the dots at the bottom right of the J51 Layer Slideshow?


Thank you!

James
References
  1. http://tempdomain70.site
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

Sure. To remove the dots you can also add the following CSS..

div.layerslideshow .j51-nav-dots {
display: none;
}


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


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