zurb / orbit

454 stars 96 forks source link

Gettin the arrows out of box #45

Closed mcbloody closed 13 years ago

mcbloody commented 13 years ago

Hi everyone!

I love you plugin, so thanks for the time spent on it :)

I have been looking in vain at trying to get the arrows that move the slides left and right to the side of the box rather then on the inside (it says you can in one of the pre-loaded slides).

Can anyone help?

Thanks, Eliott

tehwebmaster commented 13 years ago

Open the orbit css file Find div.slider-nav { // I think it's near 140 // Change display: block } to display: none }

That's it!

mcbloody commented 13 years ago

hi tehwebmaster!

thanks very much! i've played around with it and got the effect I wanted :)

Cheers thanks again for your time. Eliott

tehwebmaster commented 13 years ago

Not a problem Eliott Glad I could help you out.