Created
February 28, 2021 04:39
-
-
Save wplit/d8623d096fe6e6ac3cd318089c109cba to your computer and use it in GitHub Desktop.
styles to hide nav and dots in carousel builder if not enough cells
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
| .oxy-carousel-builder.hide-carousel-nav .flickity-page-dots, | |
| .oxy-carousel-builder.hide-carousel-nav .oxy-carousel-builder_icon { | |
| visibility: hidden; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment