• Resolved kalita

    (@kalita)


    Hi all,

    Please can I get some help.

    I need to have both a description and a short description in the backend of every product on my store (I have linked above to just 1 product page, but I need this to be a general thing for all products).

    The description should be shown on the product page.

    The short description is only to be used to be sent to my Facebook shop via the Facebook for Woocommerce plugin.

    My question is: how can I please stop the short description showing on the front end of my webstore (product page, and anywhere else it shows)?

    My website is on WordPress 5.6.1, running Woocommerce 5.0.0, with theme Twenty Twelve 2.9

    Any other information needed, please let me know.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • MayKato

    (@maykato)

    Hello,

    You can hide short description from the frontend by adding the following code to Appearance > Edit CSS:

    .woocommerce-product-details__short-description { 
    display: none;
    }

    I hope it helps.

    Thread Starter kalita

    (@kalita)

    That’s fixed it! Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding short description from all product pages’ is closed to new replies.