Viewing 1 replies (of 1 total)
  • Normally, I would suggest creating a child theme before making any changes, but since your theme is a custom one, it might not support that.

    Does your theme have a single.php, and did you try editing that?

    As a last resort, try adding this to the end of all.css:

    body.single.single-post div.meta ul li:nth-child(2),
    body.single.single-post p:last-child { display: none !important; }
Viewing 1 replies (of 1 total)
  • The topic ‘Can't get rid of "No Comments" and "Comments are closed." on post page’ is closed to new replies.