Open joshbrown opened 13 years ago
This works for me:
.orbit-wrapper .timer .mask {
display: none;
}
Actually, crazily enough doing that breaks the slide animation effect in Chrome! I ended up using opacity:0
instead which works and doesn't break the slide transitions.
Anyway to remove the rotating timer, but keep the orbit going?