Last active
January 16, 2020 17:25
-
-
Save faruk09/7148f029905f8d901bed4e15bb8aa120 to your computer and use it in GitHub Desktop.
Owl Carousel Tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owl dots in center | |
---------------------- | |
.owl-dots{ | |
margin: 0 auto; | |
display: block; | |
text-align: center; | |
} | |
Problem: owl nav is set to nav:true but nav icons is not showing. | |
Solutions: if your view-able items is less than total items than navigation will disable automatically. in other word you must have enough items to view Navigation which offer from Owl-carousel @rlambertsen | |
=============== | |
Owl carosoule Nav Hover CSS | |
#partner .owl-theme .owl-nav [class*=owl-]:hover{ | |
background: #34495f; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment