• Resolved yuanfan

    (@yuanfan)


    How to Hide the child’s Display posts count?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Iks Studio

    (@iksstudio)

    Hello!

    If you have a PRO version:

    1) Go to “Display” > “Posts Count”
    2) Select “Term child” state
    3) Paste “display: none;” to “Custom styles”

    If you are on a FREE version:

    1) Paste custom CSS styles to your theme:

    .iksm-term–child .iksm-term__posts-count__text {
    display: none;
    }

    Thread Starter yuanfan

    (@yuanfan)

    Thanks, I’m the pro version.

    Plugin Author Iks Studio

    (@iksstudio)

    @yuanfan, You are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Hide the child’s Display posts count’ is closed to new replies.