Hi! I have tried to remove the comment and post date from the blog page with this css
.av-masonry-date {
display: none !important;
}
but it did not work. Could you help me please? I am enclosing the link and all relevant information in the private content box.
Thanks a lot!
Nicole
Hey NicoleVA,
Please try the following in Quick CSS under Enfold->General Styling:
.slide-meta-del, .slide-meta-time {
display: none;
}
Also make sure that you clear the cache from your hosting or plugin cache.
Best regards,
Rikard