Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #332406

    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

    #332413

    Hi Tom!

    Please add following code to Quick CSS

    #top .avia-slideshow .avia-slideshow-arrows a {
    opacity: 0!important;
    }

    Best regards,
    Yigit

    #332427

    Hi Yigit

    They should only hide on mouse-over, not always. Is that possible?
    Regards

    Tom

    #332432

    Hi!

    Please change the code to following one

    #top .avia-slideshow:hover .avia-slideshow-arrows a {
    opacity: 0!important;
    }

    Cheers!
    Yigit

    #332435

    Great service, thanx!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide arrows on mouseover in slideshow’ is closed to new replies.