-
-
Save blueprintmrk/f89ca8a692418b0a7d3b453e9fd147ec 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