Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @ossyg,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .comments-container, .respond-container { display: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter ossyg

    (@ossyg)

    Hi Anders

    tried this, sorry it didn’t remove the area.

    Chris

    This what works for me:

    .single-post .post-author {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove comments box’ is closed to new replies.