I’ve turned off blog publishing date and author for individual blog posts and that works fine. However, when I use a blog magazine feature on an individual page to populate from one of our categories there is no way to set it to not post this info. Our blogs are event based and the publishing date is confusing people since it is different from the event date. We need it to be hidden.
Hey brland1017,
Please try the following in Quick CSS under Enfold–>General Styling:
.slide-meta {
display:none !important;
}
Best regards,
Rikard
Brilliant. Thank you!