Hi @amit-mozar,
Could you please try the following custom CSS and see if it works,
.entry-content{
display: none;
}
Ref: https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Kind Regards,
ThemeGrill Support.
Hi,
This code did two things.
1. It hide excerpt.
2. It also hide all the contents of post.
I want to hide only excerpt, not the post content.
Please do the needful.
Hi @amit-mozar,
Sorry for a little misunderstanding with the custom CSS.
Please do try the following CSS and see if it meets your requirement.
.home.blog .article-content .entry-content > p {
display: none;
}
Kind Regards,
ThemeGrill Support.
Hi,
This code is also not working.
I am sending you some screenshots. It might help.
Other CSS codes. Kindly check are they conflicting? -> http://prntscr.com/w5d3sq
These are excerpts. I want to hide them all -> http://prntscr.com/w5d5bp
Hi @amit-mozar,
Please do add the following custom CSS code replacing the old one and see if it meets your requirement.
.blog .article-content .entry-content > p ,
.archive .article-content .entry-content > p{
display: none;
}
Kind Regards,
ThemeGrill Support.
Hi,
This code worked. Thanks.
One more issue.
When I click any category from ‘Categories’ section, I can still see excerpt.
http://prntscr.com/w7jfve
Please do it yourself to understand the issue.
Hi @amit-mozar,
The above final CSS code should have worked as I had checked in categories page as well could you once clear the cache and see if it works.
Please do let us know if it didn’t.
Hi,
I removed cache. I also used browser of other machines. But, still I can see excerpts when I click any ‘Categories’.
The screenshot is: http://prntscr.com/we5qit
Please do the needful.
Hi @amit-mozar,
Could you contact us through our live chat, https://themegrill.com/contact/ live chat so we can look into your query in detail and assist you better.
Kind Regards,
ThemeGrill Support.