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;
}
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;
}