WC Product Elements Display & Product Categories
-
I’m using the WC products widget, but have a few questions:
1) Is there a way to hide the ‘In Stock’ label, as well as the tag?
2) Can the short product description be displayed on the grid of products, below the title and above the price?
And then where I currently have the product categories to choose from, is there a way to build this as blog categories instead?
Attachments:
You must be
logged in to view attached files.
Hi sikeogan,
Thanks for reaching to us.
1. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.product-labels{
display: none;
}
2. Please go to Theme Settings > Product Archive > Product Styles and set Hover Content
to Excerpt https://prnt.sc/iveOZACaMr3E
3. Unfortunately, there is no such an option.
Regards,
Hung PD