I’d appreciate if someone can help me deleting the excerpt (text below the blog heading) from my blog. I am attaching a screenshot for reference.
My store address is: https://sk8ology23.myshopify.com/
The password is: uskian
I am using Refresh theme
That should be a result of placeholder content, either put in the blog articles actual rich text content, or from the theme editors section for that blog having dummy content , or in some cases a section/block setting that has NO text added to it yet autofills placeholder text.
Hello @technase
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.article-card__excerpt {
display: none;
}
1 Like