nivo slider, is a way to always show the next and prev arrows?

jsavage980 picture jsavage980 · Aug 5, 2011 · Viewed 17k times · Source

I am using nivo slider( default theme) and I positioned the prev and next arrows next to the image(not on top of the image) and I was wondering if there is a way to always show the next and prev arrows(right now the arrows only show when you hover over the image). Seems there should be a way to edit the code to do this but I can't seem to figure out where. Thanks!

Answer

Baxny picture Baxny · Oct 29, 2012

directionHideNav: false doesn't work as of 3.1.

Changes now need to be made in CSS In the theme css file find the line

.theme-default .nivo-directionNav a

Change: opacity: 0; to opacity: 1;