how can i remove categories from the blog grid but show meta infos on blog articles?
thank you
Hey ewerde!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-content .blog-categories {
display: none;
}
Cheers!
Yigit
works perfect, thx a lot :-)