I have included a blog section on the home page. But I don't want to the date displayed for each blog. Could you let me know how to remove the date and author details in the blog section. I just want to show blog image and title/Descriptiion of the blog alone.
http://demo.oddcounts.com/c84/index.php/blog/
Comments
.timeline .date_label { display: none !important; }In reference to 2nd question, to remove excerpt and additional grey field under desc, please use:
.masonry .post-excerpt { display: none !important; }.masonry .post-footer { display: none !important; }
.blog_slider .blog_slider_ul li .item_wrapper .date_label { display: none !important; }