Tagged: Product, woocommerce
All my products seem to be displaying the description twice, and I can’t figure out if this is an Enfold issue or a WooCommerce issue.
The issue presents itself here, https://luxe-pup.com/product/croc-deluxe-dog-carrier-satchel/ , for example. The second appearance of the description can be eliminated by clicking “clear” but it’s not ideal.
Any ideas?
Hey goatcloud!
Thanks for getting in touch with us!
Please try adding the following CSS code in the Quick CSS field under the General Styling tab in the theme options or to custom.css:
.woocommerce-variation-description {
display: none;
}
Let me know if you need further assistance.
Regards,
Jordan
I think that worked. Thanks!