• Hi!

    I have post comments separeted with some dividers. Would it be possible to add a a custom CSS class to the last comment so I can remove the divider?

    You know;

    comments.php

    <ol>
    <li>first comment</li>
    <li>second comment</li>
    ...
    
    <li class="lastcomment">last comment</li>  
    
    </ol>

  • The topic ‘Adding a custom CSS class to the last comment’ is closed to new replies.