I can't find anywhere how to change the linkto my news stories from the news summary on my homepage. the text More appears automatically and I want this to change to read more and styled like all the other read more links on my site which use the following styles:
Code: Select all
.readmorelink {
color: #C8025B;
padding-right: 10px;
background: url(uploads/images/assets/subnav_arrow.gif) no-repeat right center;
}
.readmorelink:hover {
color: #C8025B;
text-decoration: underline;
}
Code: Select all
<div class="NewsSummaryMorelink">
[{$entry->morelink}]
</div>


