hello,
you need replaces rows in file modules->mod_OS_TouchSlider->assets->css
row #125
Code: |
.touchSlider .arrow-right, .touchSlider .arrow-left {
background-image: url("../images/slider-arrows.png");
background-repeat: no-repeat;
height: 35px;
cursor: pointer;
display: none;
width: 75px;
position: absolute;
margin: auto;
z-index: 5;
/* left: 0; */
}
|
row #108
Code: |
.touchSlider.horizontal .arrow-left {
background-position: 40px -105px;
left: 0;
top: 0;
bottom: 0;
}
|
row #110
Code: |
.touchSlider.horizontal .arrow-left:hover {
background-position: 40px -71px;
}
|
Please backup that file first
Thanks,
OrdaSoft team