Comments Header

Posted in: Newspaper
Post count: 249

Hi,

When I disable comments the header doesn’t disappear. See here: http://take.ms/OJwpk

Post count: 23312

Hello snowwatchGB,

If you want to exclude this header, it is necessary to use a bit of CSS to hide it. Please try the code below and add it in Theme panel->Custom CSS area.

.td-comments-title-wrap {
display:none;
}

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.