Last active
June 18, 2021 00:51
-
-
Save whistlerbrad/6a2602ad930d7cb90d94d9d775d1c524 to your computer and use it in GitHub Desktop.
Story CSS overrides
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
/* -- Start Story override code removes background 1x1 image -- */ | |
.template-product .lazy-image {background-image: none !important;} | |
/* - end - */ |
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
/* -- Start Story override code for longer drop-down menu names -- */ | |
.main-menu-dropdown ul { white-space: nowrap; } | |
/* - end - */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment