Hi,
On the blog site, I would like to remove the date of the posts.
I’ve tried to insert the below code, but that didn’t help.
.home .av-masonry-date {
display: none !important;
}
Link to the website ….
Thanks ;)
Hey Andreas,
Add the following to quick css:
.slide-meta-time.updated{
display:none!important;
}
Best regards,
Jordan Shannon
Hey Jordan,
Worked perfect. Thanks ;)
Best Regards
Andreas