Created
February 13, 2020 00:10
-
-
Save jetsloth/f2ac1a9edb94538052abfdcbf07b8341 to your computer and use it in GitHub Desktop.
Fix to hide image choices labels on mobile when 'Show labels' settings is off
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
@media only screen and (max-width: 641px) { | |
.image-choices-field:not(.image-choices-show-labels) .image-choices-choice-text { | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment