June 11, 2015 at 23:36
#62216
Moderator
Hello, please use this CSS
COPY CODE
.tp-rightarrow.default {
z-index: 100;
cursor: pointer;
background: url(../assets/large_right.png) no-repeat;
width: 45px;
height: 150px;
color: #fff;
text-align: center;
margin-top: -50px !important;
opacity: 1.2;
}
.tp-leftarrow.default {
z-index: 100;
cursor: pointer;
background: url(../assets/large_left.png) no-repeat 0 0;
width: 45px;
height: 150px;
color: #fff;
text-align: center;
margin-top: -50px !important;
opacity: 1.2;
}
.tparrows:hover {
background-position: initial !important;
opacity: 0.5 !important;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution