Hi again, thank you so much, it worked like a charm, I simply replaced it with the following, and the ‘Comments off’ disappeared!
<span class=”comments-link”><?php
if ( comments_open() ) :
echo '<p>';
comments_popup_link( 'No comments yet', '1 comment', '% comments', 'comments-link', 'Comments are off for this post');
echo '</p>';
endif;
?></span>