Add a description to the comment section header

Hello again everyone, I have another question. I realize that I may be stepping over the edge and into “customization”, but I thought I would ask. Below is how my comment section appears on my site. Is it possible to add a description about comments. Also, in this description, I would like to add a link to my Sessions page for anyone who wants a personal session with me.

Thanks…

Hi Jesamine,

Thanks for writing in! You can try adding the following JavaScript code into your X -> Theme Options -> JS area and change your description accordingly.

jQuery( ".h-comments-title" ).after( '<p>This is my description with a <a href="http://google.com">link</a>.</p>' );

Hope that helps.

Thank you! Worked like a charm. You guys are amazing.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.