In the search result’s page i would like to remove:
– the details of the product (date of publishing, category, published by)
– reduce the text inserted in “product short description”
here an example of search: https://beta.polimniadigitaleditions.com/?s=moren
how can be done?
Hey cappellettimax,
Try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field
#top.search-results .template-search .product .post-meta-infos {
display: none;
}
#top.search-results .template-search .product .entry-content {
height: 100px;
overflow: hidden;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike