Blog snippet on tile view
-
We use Tile view in the blog (which currently shows date, title, and meta on it)
We want to display the snippet (short description. a few words of the blog text) below the title as well.
There isn’t such an option in the theme’s settings. Can you share a Code Snippet to add this, please?
Thanks
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to show the excerpt on the blog tile
.blog-design-mask .woodmart-entry-content {
display: block;
}
Regards