Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #279148

    How might one make the next/prev arrows appear only on hover in the Fullwidth Easy Slider? I can make them disappear altogether ( using #top .avia-slideshow-arrows a { display: none; } ), but can’t seem to make them appear ONLY on rollover. Thanks!

    #279180

    Hey Makotoni!

    Please add following code to Quick CSS as well

    #top .avia-slideshow-arrows:hover a { display: block; }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.