Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.
Is it possible to hide the product description in search results in my website? My product descriptions are too long and it shows in the search results including the share button texts. Is there an option for this in our symbiostock settings? Thanks in advance.
I’m sure mine is showing the titles rather than descriptions, but I can’t recall how I did that! I’ll try to remember!
Steve
Try this CSS code (add it to your child theme or to Symbiostock Express > Advanced Settings > Custom CSS Box):
.search-results .entry-content { display: none; }
Try this CSS code (add it to your child theme or to Symbiostock Express > Advanced Settings > Custom CSS Box):
.search-results .entry-content { display: none; }
Wow it works! Thanks for the big help Henri
I only noticed this today that this css code also hide product description in my product pages .search-results .entry-content { display: none; }
How can I hide product description only in search result without hiding it in product page? Thanks in advance!
I removed some share button’s icon and the product description is now showing again.
You must be logged in to reply to this topic.