Hi how can i hide the descriptions from only the shop/product archive categories page.
Hey rb4ever2007,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Thanks Victoria for reply
the site link to the page i want to hide descriptions is
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.post-type-archive-product ul.products.list li.product div[itemprop="description"] {
display: none;
}
Best regards,
Rikard
hi Rikard
thankyou but it doesnt work in grid view
regards
Hi rb4ever2007,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.post-type-archive-product ul.products.list li.product div[itemprop="description"] {
display: none;
}
.product-category.product div[itemprop="description"] {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria