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
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
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.
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; }
Thanks for the info,
Check this one.
.blog-post-card__info p.blog-post-card__excerpt, .shopify-section.shopify-section--prev-next-blog-posts {
display:none;
}
And Save.
result:
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?