Hi,
First of all I'd like to mention that I did make a child theme, so I'm not editing the original one.
How to get rid of the "block link" and make it look like a normal link. See image attached for an example of what i mean. I can't seem to find the style in the CSS that controls this even though I can resize it and move it, I can't get rid of it.
I thought it was this one:
article.feature-image.small .entry-summary p a {
text-decoration: none;
left: 0%;
padding: 0px 0px 0px 0px;
position: relative;
top: 20px;
width: 190px;
z-index: 1;
This makes it wrap around the text because all the padding is 0, but does not make the block disappear.
Example here: