Skip to content

Instantly share code, notes, and snippets.

@jetsloth
Created February 13, 2020 00:10
Show Gist options
  • Save jetsloth/f2ac1a9edb94538052abfdcbf07b8341 to your computer and use it in GitHub Desktop.
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
@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