Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How can I hide the .anythingControls in my slider? Re: How can I hide the .anythingControls in my slider?

#95540
Twansparant
Member
.anythingControls { display: none; }

That doesn’t work either, because it gets overwritten somewhere with:

.anythingControls { display: block; }

Thanks!