Hi I tried to hide the Category Names in dein Blog slide aswell as on the category side. With
.blog-categories.minor-meta {
display: none !important;
}
But it wont work
Hey lorenzdeutsch,
I added this to quick css and it worked:
.blog-categories.minor-meta{
display:none!important;
}
Be sure to clear your cache a few times over.
Best regards,
Jordan Shannon