There is an area below a Summary called ".summary-more-link". I am assuming it is or was to be like a READ MORE link that appears on a blog post when there is an excerpt in use. But no matter what I do I cannot get anything to show up in this area, I even tried just making it a grey background.
Can anyone clarify if this is or was suppose to be used for something. There is even link information that gets filled in for it:
code from site:
<a class="summary-more-link" href="/public-space-news/ramsden-park"></a>
The untouched CSS for it looks like this:
.summary-block .summary-more-link {
display: none;
margin-left: 3px;
}
I have tried the obvious like change display none to Block, Inline etc....
Does anyone know what this is?