Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Last active June 14, 2017 03:27
Show Gist options
  • Save RiaanKnoetze/57787683def99d4c4e49be72113c5e39 to your computer and use it in GitHub Desktop.
Save RiaanKnoetze/57787683def99d4c4e49be72113c5e39 to your computer and use it in GitHub Desktop.
Permanently show the product details on the shop page when using Galleria
.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