Viewing 6 reply threads
You must be logged in to reply to this topic.
Can you hide the product short description on the woo commerce product page. Right now the entire product description shows for product under the image of the product. Thanks in advance for your assistance.
Hello,
Yes, just add this css into your General > Custom Css box:
.single-product .cl-style-wide_horizontal .woocommerce-product-details__short-description p {
display: none;
}
Let us now.
Best regards!
Sorry for the confusion as this didn’t work. I want to hide the product description under each product on the product catalog page. When I add description for a product it shows on the product catalog page where all the products are viewable. I just want the product description to show on the product single page after the user selects the product. Thanks in advance for your assistance.
Hello,
Can i please see a link of the product catalog page? So i can be more precise.
Best regards!
Here is a link to a product page. As you can see when I add the description to each product, it shows on the product category page, which is what I want to remove and just show the description on the single product page alone. Thanks in advance for your assistance.
Hello,
please add this code into your Custom Css box:
.archive .phoeniixx_short_desc p {
display: none;
}
Best regards!
You must be logged in to reply to this topic.