Last active
June 14, 2017 03:27
-
-
Save RiaanKnoetze/57787683def99d4c4e49be72113c5e39 to your computer and use it in GitHub Desktop.
Permanently show the product details on the shop page when using Galleria
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
.site-main ul.products li.product, .smm-mega-menu ul.products li.product { | |
overflow: visible; | |
} | |
.site-main ul.products li.product .button, | |
.site-main ul.products li.product .g-product-title, | |
.smm-mega-menu ul.products li.product .button, | |
.smm-mega-menu ul.products li.product .g-product-title { | |
position: relative; | |
display: block; | |
opacity: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment