Hi,
I’m using the “Magazine” element in Avia Layout Builder in Enfold to display a list of blog entries, thus:
http://centerforworldmusic.org/events/
Since these are events, I’d like to find a way to suppress the posting date, which is confusing ’cause folks mistake the posting date for the event date. Is there any way to do this?
Suggestions appreciated!
Hi CWM .
try to add this css code in to your custom css file :
.av-magazine-time{display: none !important;}
Brilliant! Thanks. This works nicely. I placed that css code in the “Quick CSS” box in my Enfold “General Styling” panel, and it worked like a charm. Help much appreciated!