There was an error while loading. Please reload this page.
Applies to: steem-comment.html
In the default comment template, this class is applied twice, once to the outer containing div, and second to a span that contains comment body.
For styling hooks, use div.steem_comment to target all comments outer div, and span.steem_comment to target all comment text bodies.
div.steem_comment
span.steem_comment
{steem_comment}
This placeholder gets replaced with the body of the comment.
Back to Developer reference.