Tagged: blog layout, blog meta elements, grid, hide date
Hello,
First of all I would like to thank, it’s certainly the best WP Theme I have ever bought. My question is I guess it’s a little bug;
I have chosen my blog layout as grid. Then I have unchecked all blog meta elements but it is still showing comment count and date. How can I remove them?
Hi Creativegraphics,
I asked this one time and was given the following to put in quick CSS
.post-meta-infos {
display: none;
}
also to remove from Post Slider:
.avia-content-slider .slide-meta { display: none; }
Hope that helps (I’m no expert) but had these useful tips saved from some time ago.
H
Thanks, Heathcliffe. Worked for me too.