I am using jquery bx slider. I want to remove the border around the slides. How do I do this? I tried this, but it didn't work:
ul.bxslider {
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0;
border: none;
}
Any other ways to do so?