• Resolved garncarek

    (@garncarek)


    hi, I’m trying to hide comments counter (visible on the front page, right under every post title) in the Hoffman theme. Nothing works;) How to do it right? Thanks!

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

    (@anlino)

    Hi @garncarek,

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

    .post-meta a ~ a, .post-meta a + .sep { display: none; }

    Let me know if that does it.

    — Anders

    Thread Starter garncarek

    (@garncarek)

    Hi @anlino, thanks a lot – it worked!
    BTW, you are doing really good job;)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to hide comments counter?’ is closed to new replies.