Skip to content

Instantly share code, notes, and snippets.

@aslamahamed13
Last active October 1, 2020 13:14
Show Gist options
  • Save aslamahamed13/c53e3246725e915ea69236340478d5f5 to your computer and use it in GitHub Desktop.
Save aslamahamed13/c53e3246725e915ea69236340478d5f5 to your computer and use it in GitHub Desktop.
Electro - Product categories and title below the product thumbnail
.product-loop-header .woocommerce-loop-product__title,
.product-loop-header .loop-product-categories a,
.owl-item>.product .product-loop-body .loop-product-categories,
.products>.product .product-loop-body .loop-product-categories,
.owl-item>.product .product-loop-body .product-rating,
.products>.product .product-loop-body .product-rating,
.owl-item>.product .product-loop-body .product-short-description,
.products>.product .product-loop-body .product-short-description,
.owl-item>.product .product-loop-body .product-sku,
.products>.product .product-loop-body .product-sku {
display: none;
}
.owl-item>.product .product-loop-body,
.products>.product .product-loop-body,
.products>.product .product-loop-body .loop-product-categories{
display: block;
}
.owl-item>.product .product-loop-footer .onsale,
li.product .product-loop-footer .onsale {
top: -70px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment