Twansparant
-
How can I hide the .anythingControls in my slider?
Hmm, I think I got it... The div.anythingSlider has a default padding at the bottom, if you don't remove this, there will be a gap underneath the div! Thanks for your help!
-
How can I hide the .anythingControls in my slider?
.anythingControls { display: none; } That doesn't work either, because it gets overwritten somewhere with: .anythingControls { display: block; } Thanks!
-
How can I hide the .anythingControls in my slider?
Nope, only the parameters buildNavigation, enableNavigation, toggleControls etc. But they are all set to 'false' so I don't get it...