There was no way, the slider arrows of the project will have to be png .
Today I'm doing this (part of the code):
.banner_home_inferior .owl-next {
right: -6px;
background: url(/images/setas_novas.png) no-repeat !important;
background-position: -55px 0px !important;
height: 89px !important;
width: 48px !important;
display: inline-block !important;
margin-top: -44.5px !important;
top: 50% !important;
font-size: 0 !important;
}
.banner_home_inferior .owl-next:hover {
background: url(/images/setas_novas_hover.png) no-repeat !important;
background-position: -55px 0px !important;
}
However, when you hover the mouse for the first time, you have delay to change the images.
Is there any technique of making an image that displays the top and mouseover, displays the bottom?