Blogs: Remove title in blog list
To remove the blog title, you can add this code:
/* -- code to remove title in blog list -- */ h3.h3.blog__article__title {display:none !important;} /* - end - */
Result:
Where do I add the code?
Use this link to learn where exactly to add this code snippet: