Hello!
I really could use some help removing the author and date tags from my website’s blog.
Please reference the snapshots below to see how the blogs present in collection and individual formats for author “Tim Donovan” and April publication dates.
My website: www.shayrdair.com
Thank you in advance for considering it! 
-Tim
Add This Css in Your edit Code > main.css File
.article p.text-theme-light.reading-width.mx-auto.text-center {
display: none;
}
.slider__grid .flex-auto p.text-theme-light.mb-0 {
display: none;
}
Thank you @Raj-WebDesigne ! That solved the problem on my homepage and for my individual blog posts. However, it didn’t fix the problem for my blog’s landing page linked here. Any idea as to how I could fix this?
Add This One css in edite Code > main.css File
.flex-auto p.text-theme-light.mb-0 {
display: none;
}
1 Like