4thCo
1
Hi!
Currently in my Symmetry theme the blog posts are all displayed with their image , a title and the whole post underneath.
How can I code it to show just the featured image, Title, and tag. So that when I click through it takes me to the post.
Currently it looks like:
But i’d like to look like this:
Thank you for your help!!!
Yana
Hi @4thCo first check your theme settings shopify.com/current/theme/editor
If not a setting feature you’ll have to edit your blog template or it’s related /section/snippets to disable that from rendering completly.
Always backup your theme before making changes
If you need to buy this customization contact me at paull.newton+shopifyforums@gmail.com with store details, and this topic url:
Start in blog.liquid and look for the code related to collection.description in that file or the sections,snippets it references.
Alternatively visually hide it with css by adding the following to the bottom of your themes main css or custom css file
.template-blog .article .article__inner .rte {
display:none;
}
If you need to buy this customization contact me at paull.newton+shopifyforums@gmail.com with store details, and this topic url.