[Resolved] don’t display the description on the archive results

Home Forums Support [Resolved] don’t display the description on the archive results

Home Forums Support don’t display the description on the archive results

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1469319
    Victor

    Hello,

    I am trying to only display the image and title on the search results something like this https://a.cl.ly/jkuDqx1R

    If I use .entry-summary {display:none;} works but also the information of the product on the single product is not displayed, any on how to do this?

    thanks again for all the support

    #1469536
    Leo
    Staff
    Customer Support

    Hi there,

    If that CSS works then you can make it more specific like this:

    body.search-results .entry-summary {
        display: none;
    }
    #1469647
    Victor

    You are the man, thank you Leo !!!

    #1469909
    Leo
    Staff
    Customer Support

    No problem 🙂

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