Hello Kriesi,
When I use the blog post grid item from the Avia builder the date is shown. I would like to hide the date from the blog posts just like I did in the theme settings under “blog layout”.
How can I do this?
Thanks in advance
Hey originaltours!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta-time, .slide-meta-del {
display: none!important;
}
and post the link to your website if that does not help
Regards,
Yigit
Thanks, works like a charm! Ticket can be closed.