I'm trying to just change the class of <div class="forum-top-post-footer"> to something else. But, I didn't find a way to do it.
Also, is it possible to delete the word "Tags" from
<div class="forum-top-post-footer">
Tags:
<ul class="links inline">
</div>
Comments
Comment #1
Treidge commentedYou need to edit modules/advanced_forum/styles/advanced_forum.naked.post.tpl.php - what you're looking for located just in the end of a file.
Comment #2
michelleThanks for helping out, Treidge. :)