Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
3.6k views
in Q2A Core by
Hello,

How not to display the number of questions in the categories widgets ?

Thank you very much for your help ;)
Q2A version: 1.6.2

1 Answer

+2 votes
by

add this in your theme stylesheet

.qa-nav-cat-note{display:none}

by
Thank you very much  jatin.soni ;)
by
Oups ^^ I clear

.qa-nav-cat-note{
    color:#000;
    float:right;
}

I replace :

.qa-nav-cat-note{display:none}

Unfortunately this does not work I still have the number of questions displayed to the right of the category name on the widget on the lateral bar
by
You are using snow theme right? So this should work..see below

.qa-nav-cat-note{
    color:#000;
    float:right;
    display: none;
}

I have checked in my theme and works perfectly.. try to clear your browser cache and restart it.
by
OoO :o Unfortunately this does not work I still have the number of questions displayed to the right of the category name on the module "All categories"

The only thing that has changed is the number of the question (1) is no longer stuck on the right but there is always displayed.

yes snow theme
by
It's really strange to me.. I have practically checked on my dev and seems working fine.

Could you please PM me your site URL so I can check it there?
...