Home › Forums › JavaScript › How can I hide the .anythingControls in my slider? › Re: How can I hide the .anythingControls in my slider?
January 27, 2012 at 11:07 am
#95540
Member
.anythingControls { display: none; }
That doesn’t work either, because it gets overwritten somewhere with:
.anythingControls { display: block; }
Thanks!