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.
- From your Shopify admin dashboard, click on āOnline Storeā and then āThemesā.
- Find the theme that you want to edit and click on āActionsā and then āEdit codeā.
- 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;
}
- And Save.
- Result:
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!