Removing block preview & read more at the end of the post

I was wondering if there was a way to delete the blog preview section on the home page of my shopify store

Along with the “Read more” banner at the bottom of the page when you click on the blog post

1 Like

Hey @Matthew114

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hi @Matthew114

Would you mind to share your store URL? Thanks!

Hello @Matthew114
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

https://reliq.shop/

I don’t to share my password that seems dodgy

Hi @Matthew114

Please add this code to Custom CSS of our theme in Online Store > Themes > Customize > Theme settings

.blog-post-card__info .blog-post-card__excerpt,
.blog-post-card__info .blog-post-card__read-more,
.shopify-section--prev-next-blog-posts { display: none !important; }
1 Like

Thanks for the info,

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.blog-post-card__info p.blog-post-card__excerpt, .shopify-section.shopify-section--prev-next-blog-posts {
    display:none;
}
1 Like

This works thank you.

I added this code into the section you said and it worked but it now doesn’t let me save the changes. It says: “Online Store editor session can’t be published”

I am using Prestige 5-0 for context.

Any idea on how to fix this?

When I add the code into the “Edit code” section of the site it doesn’t work. Nor has any code for some reason. When I add it to the “Custom CSS” section from Online store>Themes>Customise>Theme settings>Custom CSS, the code does work but then doesn’t allow me to save the changes.

It says: “Online Store editor session can’t be published”

I am using Prestige 5-0 for context.

Any idea on how to fix this?