Hello @Arif_Shopidevs Thank you for your help. I pasted this code in the base.css but its unfortunately not working ![]()
Topic summary
Goal: remove blog post excerpt text on the home page in the Dawn theme, while keeping the image size and centered title/date like in the provided example images. Images are central to understanding the desired layout.
Latest updates:
- Store URL was shared. One responder noted the home page already looks as desired, asking what still needs fixing.
- A CSS solution was proposed to hide excerpts: .lh-item-blog .lh-article-excerpt { display: none!important; }. Instructions: Online Store → Edit code → add to base.css. It was also asked whether the user wants this hidden on the blog page as well, implying the rule may apply beyond the home page.
- The user reported this CSS did not work. Another fix suggested adding custom CSS directly in theme.liquid before , but the actual code snippet was not visible in the thread. A result screenshot indicated success on their side.
- Caching was cited as a possible reason changes didn’t appear; saving and clearing cache was advised.
Status: No confirmed resolution. Open questions: ensure the change applies only to the home page and verify effective CSS placement/cache clearing.