The template tool designer suggested to try using "background-image: none!important;" in the module's css.
Adding this to jquery.jcarousel.css so that it looks like this :
.jcarousel-list li, jcarousel-list ul li, jcarousel-list ol ul li, .jcarousel-item, .jcarousel-item li, .jcarousel-item ul li, .jcarousel-item ol ul li, {
float: left;
list-style: none !important;
background-image: none!important;
}
Removes the bullet background image but it does not remove the padding-left: 10px;
I have tried adding "padding-left: none !important;" and also "padding-left: 0px !important;" and neither seesm to remove the additional spacing between the product scrolled images.
Any ideas ?.
Thanks.