Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #613254

    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?

    #613392

    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

    #613904

    I think that worked. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce – Product description appears twice’ is closed to new replies.