Uhm, I’m trying to make a custom template without [page_url], but I still get the underlining/blue color typical of links under the file title, which is a bit deceiving. How do I remove that? This is the current code:
<div class=”media-body”>
<h3 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0 0 5px 0;font-size:12pt;”>[title] <span style=”margin-left:30px;font-size:8pt;font-weight:300″><i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”fa fa-th-large”></i> [file_size] <i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”fa fa-download”></i> [download_count] downloads</span></h3>
[excerpt_80]
</div>
You can see how it looks on this page: http://www.theworldanvil.com/freedownload/
Thanks!