TrickPk.com - Snippets or short descriptions of blog posts are actually not that important to display. The average blog visitor will only see the title of the post when searching for the article they want.
In addition to blog snippets that will only fill space on the blog (junk for some templates, including the iMagz, Fletro, Median UI), it turns out that snippets also slow loading more or less and even affect SEO scores in several types of templates. Therefore, we better hide it.
However, under certain conditions there are indeed some templates that do require a snippet to fill the space that is too empty. For example a blog with a posting template in the form of a List (list) with large thumbnails like Viomagz. The snippet function is needed to beautify the display only.
How to Remove Snippets from IMAGZ Template
Open Blogger Dashboard
Click Theme
Press the Inverted Triangle icon
Select Edit HTML and follow below steps
Then look for the code
Then add the following highlighted code in above code as below
SaveTheme
.pSnpt{-webkit-line-clamp:2;margin:10px 0 0;font-family:var(--fontBa);font-size:14px;line-height:1.6em; opacity:.7}
.pSnpt{-webkit-line-clamp:2;margin:10px 0 0;font-family:var(--fontBa);font-size:14px;line-height:1.6em; opacity:.7;display:none}
All are Finished 😊 the results will be look like above.
That's the tutorial on how to remove the iMagz template's short description of posts (snippets). Hope it's useful for you