Archived topic
Remove category desription on category page show only on productpage.
5 replies · Started by Marc on June 2, 2020
Dear Sirs,
I want to remove the description on the category page.
So I don't want to show the description "De prijs is inclusief de 1ste borduurregel" on this page:
https://www.petras-atelier.nl/product-categorie/knuffels/
But I only want to show the description "De prijs is inclusief de 1ste borduurregel" on this page:
https://www.petras-atelier.nl/product-categorie/knuffels/geboortebeer-buikknuffel/
Thanks in advance for you reaction.
BR,
Marc
Hi there,
Did you get this resolved? All looks good to me.
Let me know :)
Hi Tom,
I think I solved it...
Is this the best way to do so.
.woocommerce-product-details__short-description {
display: none;
}
Thanks,
Marc
That's how I would do it :)
Great,
Thanks Tom, I am learning on the fly :-)
BR,
Marc
Best way to do it! :)