How can I fix this ?
I want only the arrow or that transparent. Is that possible?
I searched for the image and I can't find it
.set-button-left {
color: #7396ff;
position: fixed;
top: 40%;
left: 10px;
font-size: 77px;
z-index: +999;
}
<div class="row mobile-next-prev">
<div class="col-sm-12">
<!-- pre start -->
<a href="http://127.0.0.1/fix/details/1201" class="set-button-left">‹</a>
<!-- pre end -->
<!-- next start -->
<a href="http://127.0.0.1/fix/details/1210" class="set-button-right">›</a>
<!-- next end -->
</div>
</div>