Duplicate short descriptions
-
Hi, there. I’m using your plugin on our shop page at http://www.dogoodondemand.com/shop. We’re using the Zerif Lite theme.
Initially after installing and activating your plugin and adjusting the settings in Woocommerce, the page placed a duplicate short description below the “buy now” button. So the layout of each column was:
Product Name
Image
Short Description
Price
Buy Button
Short DescriptionI added this custom CSS:
.woocommerce-product-details__short-description {
display: none;
}…and that took care of the duplicate. But is there another way to prevent duplicate descriptions from appearing?
Thanks!
The topic ‘Duplicate short descriptions’ is closed to new replies.