Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created March 8, 2025 08:42
Show Gist options
  • Save tdmrhn/fdfa52d422b25befa665d6bcb09f4153 to your computer and use it in GitHub Desktop.
Save tdmrhn/fdfa52d422b25befa665d6bcb09f4153 to your computer and use it in GitHub Desktop.
Bllocksy 2 Always Show Swatch Tooltips
.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