Limited time offer: Up to 40% Discount
Back to knowledge base

[Gutenshop] How do I remove WooCommerce product dates from the search results?

To hide the date on product search results in the WordPress theme Gutenshop, please go to appearance > customize > additional CSS and add the following:


.search-results .product .entry-meta {
    display: none;
}