Created
March 8, 2025 08:42
-
-
Save tdmrhn/fdfa52d422b25befa665d6bcb09f4153 to your computer and use it in GitHub Desktop.
Bllocksy 2 Always Show Swatch Tooltips
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
.single-product .ct-swatch-container { flex-direction: column-reverse; gap: 5px; align-items: center} | |
.single-product .ct-swatch-container .ct-tooltip, | |
.single-product .ct-swatch-container:hover .ct-tooltip { transform: none; transition: none; position: relative; opacity: 1; visibility: visible; background: transparent; } | |
.single-product .ct-swatch-container .ct-tooltip:before, | |
.single-product .ct-swatch-container .ct-tooltip:after { display: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment