Owl carousel arrows navigation desktop show always

1 reply · opened Jun 10, 2019

Kkpovilauskas85Jun 10, 2019

How to make that on certain owl-carousels arrows would be visible always on desktop viewports?

Thanks.

SSemicolon WebSTAFFJun 13, 2019

Hello,

You can consider using the following CSS Code:

@media (min-width: 992px) {
	.owl-carousel .owl-nav [class*=owl-] { opacity: 1; }
}

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard