Hi guys,
I untick the blog meta elements in Enfold Theme Options corresponding to Blogpost Date and Comment Count and it works fine on individual blogposts.
I would also like to remove the same meta elements from being displayed in the general blogpage and in the blog posts element.
You can view what I mean by looking at:
http://paradisefoundflorida.vacationrentalsecrets.com/home and scrolling to the bottom of the page
&
http://paradisefoundflorida.vacationrentalsecrets.com/melbourne
Is that possible?
Thanks,
Antonio
Hey Antonio!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
time.date-container.minor-meta.updated, span.text-sep.text-sep-date, span.comment-container.minor-meta {
display: none;
}
Cheers!
Ismael
Thank you so much, Ismael!
It works great.
Antonio