Cchris2015Jan 4, 2017
I need arrow always visible, I use this:
[image 1](#)
[title 1](#)
price 1
I try in my custom.css this:
.owl-theme .owl-controls .owl-nav [class*=owl-] {
opacity: 1;background-color:#337ab7;color:#FFF;
left: -18px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
left: auto;
right: -18px;
}but with no luck.
