Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Owl Carousel Trying to remove grey border around nav

In owl carousel I have added:

navigation:true,
navigationText: ["<img src='img/leftarrow.png'>",
                "<img src='img/rightarrow.png'>"],

The images are of two arrows. However, when I view them there is like a grey oval around them? I want to remove this so only the arrow images themselves are visible.

like image 436
JSHD Avatar asked Dec 02 '25 15:12

JSHD


1 Answers

You need to remove outline by adding these styles:

.owl-next:focus, .owl-prev:focus {outline: none;}
like image 56
dfsq Avatar answered Dec 04 '25 07:12

dfsq



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!