Archived topic
don't display the description on the archive results
3 replies · Started by Victor on October 2, 2020
Viewing posts 1–4 of 4
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
Hi there,
If that CSS works then you can make it more specific like this:
body.search-results .entry-summary {
display: none;
}
You are the man, thank you Leo !!!
No problem :)
This archived topic is closed to new replies.