Hello Pasi,
If you’d like to remove the shadow and change the text color to black, you can use this code:
.palette-primary.blog .entry-title a,
.palette-primary.blog .entry-title a:hover,
.palette-primary.blog .entry-title a:focus {
text-shadow: none;
color: #000;
}
If you’d prefer to remove it entirely, you can use this code:
.palette-primary.blog .entry-title a {
display: none;
}
Please let us know if you need anything else!
Thanks,
Nicole