By HHS on Friday, 15 November 2019
Posted in General Issues
Replies 1
Likes 0
Views 0.9K
Votes 0
How can I remove the ad "# 56" next to the date?
My bad solution is: .kt-comment-permalink a: link {color: #fff! important;}

Thanks for your answer!
Hi there,

You can remove codes below at this path .../components/com_komento/themes/wireframe/comments/item.php and do template override for this files as follow https://stackideas.com/docs/komento/administrators/customization/theme-overriding

<li class="kt-comment-permalink" data-breadcrumb="ยท">
<a href="<?php echo $comment->getPermalink();?>" title="<?php echo JText::_('COM_KOMENTO_COMMENT_PERMALINK');?>" data-kt-permalink>
#<?php echo $comment->id;?>
</a>
</li>
·
Friday, 15 November 2019 10:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post