*

Cephas

  • ***
  • 54 posts
Disabling count on category icons
« on: June 01, 2021, 03:08:18 PM »
How do I disable the count (of number of items) that appear on each of the category icons? Since my website is new, its discouraging to customer when they see that there are only a few listed items, so I want to disable that function for now.

Marked as best answer by frosticek on June 01, 2021, 05:16:18 PM
*

MB Themes

Re: Disabling count on category icons
« Reply #1 on: June 01, 2021, 03:32:06 PM »
@Cephas
This should do that.
Code: [Select]
#home-cat a .count, .side-cat a em {display:none;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Cephas

  • ***
  • 54 posts
Re: Disabling count on category icons
« Reply #2 on: June 01, 2021, 04:37:05 PM »
Thank you very much. How do I use that? Is there a particular place I should paste that code, or do I need to change anything in that line, where do I find it? Please elaborate a bit for me, as I am new. I appreciate your help.

*

MB Themes

Re: Disabling count on category icons
« Reply #3 on: June 01, 2021, 04:47:09 PM »
Put that into style.css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Cephas

  • ***
  • 54 posts
Re: Disabling count on category icons
« Reply #4 on: June 01, 2021, 05:00:09 PM »
What line number (approximate) or subheading under style.css?

*

Cephas

  • ***
  • 54 posts
Re: Disabling count on category icons
« Reply #5 on: June 01, 2021, 05:08:41 PM »
ok, I have found it. Thank you very much. It is working now.