removing metadata from event post
-
Hello,
I’d like to remove the metadata (the date it was posted/updated and the “written by” information) from this event listing (and all other similar event listings):
http://www.fifthhammerbrewing.com/event/beerforbeasts2016/I’ve tried a lot of the custom CSS I found in other forum posts, but none of them are working for me. If anyone could offer some code that would work for me, I’d really appreciate it.
Thanks,
David
-
Hi David,
The following code should work:
.single-ai1ec_event .entry-meta {display: none;}Take care,
BenThanks so much Ben, but that doesn’t seem to work either. I added it to the custom CSS of my theme but the metadata is still appearing. Any other ideas? Thanks, David
Please try:
.single-ai1ec_event #wrapper .entry-meta {display: none;}That didn’t work either, unfortunately
Have you tried to add the code to wp-content/themes/evolve-plus/style.css?
That was my problem! Thank you. I must have been adding the code somewhere else (the page within my theme just says “Custom CSS,” but when I actually drilled down and found that particular page, it worked. Thanks so much Ben.
No problem, glad I could help 😉
If you’re enjoying your calendar can you please review us on ww.wp.xz.cn to help others connect easier into your and our Time.ly network? Review form can be found here: https://ww.wp.xz.cn/support/plugin/all-in-one-event-calendar/reviews/
Thank you for your time. We appreciate it!
Ben
The topic ‘removing metadata from event post’ is closed to new replies.