I want to use a project thumbnail in my front page categories but without the text that comes with it.
I already tryed to solve the problem by putting this in to my custom Css code
.slug-publications .titlewrap-on-image {
display: none;
}
but nothing chaged.
Whta can I do ?