Hi
How do I hide the left and right arrows on mouseover in a slideshow? Only the cursor is shown on the image.
Url in private content.
Thanx a lot!
Tom
Hi Tom!
Please add following code to Quick CSS
#top .avia-slideshow .avia-slideshow-arrows a {
opacity: 0!important;
}
Best regards,
Yigit
Hi Yigit
They should only hide on mouse-over, not always. Is that possible?
Regards
Tom
Hi!
Please change the code to following one
#top .avia-slideshow:hover .avia-slideshow-arrows a {
opacity: 0!important;
}
Cheers!
Yigit
Great service, thanx!