Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1400936

    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?

    #1400972

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.