blog body

Anyone know how to get rid of the body section on a blog card I just want the image and title.

1 Like

Hi @Ecomowner

I can do it, please share the url store & password then I will check and give you the solution

Hi @Ecomowner

TRy this one.

  1. From your Shopify admin dashboard, click on ā€œOnline Storeā€ and then ā€œThemesā€.
  2. Find the theme that you want to edit and click on ā€œActionsā€ and then ā€œEdit codeā€.
  3. In the ā€œAssetsā€ folder, click on ā€œbase.css, style.css or theme.cssā€ file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.blog-articles .card-wrapper p {
    display: none;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Welcome! Would you mind hitting ā€˜like’ as well? Thanks!