You need to add !important; after your background color in your style.css file.
It should look something similar to:
body.custom-background {
background-color: #color code;
}
so it becomes:
body.custom-background {
background-color: #color code !important;
}
give me the link to your site if you want me to have a look
I tried !important but didnt change anything (i am using a picture as background).
drakedanner,
I have exactly the same problem.
With firebug, I can see that it is within the woocommerce.css but if I remove (display:none) it, the title goes with it. It seems that the title and the count are linked together.
Hope someone has a definite answer.