I hope this is the right place for this question.
In the News module, when I use {$entry->morelink}
it gives me the following HTML output:
Code: Select all
<a href="http:myNews">More</a>
Code: Select all
<a class="btn btn-default" href="http:myNews" role="button">More</a>
Any ideas of how to add the class there?
Or any links to documentation would be welcome.
Thanks.