• Resolved victoriam7591

    (@victoriam7591)


    Hi,

    how can I hide the short descriptions that appear for my products in my Related Products section? I tried to ask for help in limiting the number of characters that appear, but it seems to not work for me. So I would just rather hide it altogether, BUT only from the Related products section, not from the product Single Page or the Shop Page.

    Please Help!

    Best,
    Victoria

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Victoria,

    I was going to suggest some custom CSS as the most straightforward solution here but can see you’ve already added the following to hide descriptions from your related product section:

    .related.products div[itemprop="description"] {
        display: none;
    }

    To prevent the descriptions from loading at all in that section, you could consider hiring a professional for help with the custom code you’d need. If that’s an option for you, we have some recommendations in the following guide:

    https://woocommerce.com/customizations/

    I’ll also mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

    Thread Starter victoriam7591

    (@victoriam7591)

    Hi,

    thank you for your help. I ended up using custom CSS you’ve mentioned above, and it is solving my problem perfectly for now.

    Have a nice day!

    Victoria

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide short description from related products’ is closed to new replies.